Startup Event
Sent when the application is starting up.
Definition
Namespace: Avalonia.Controls.ApplicationLifetimes
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public event EventHandler<ControlledApplicationLifetimeStartupEventArgs> Startup
Public Event Startup As EventHandler(Of ControlledApplicationLifetimeStartupEventArgs)
abstract Startup : IEvent<EventHandler<ControlledApplicationLifetimeStartupEventArgs>,
ControlledApplicationLifetimeStartupEventArgs>
override Startup : IEvent<EventHandler<ControlledApplicationLifetimeStartupEventArgs>,
ControlledApplicationLifetimeStartupEventArgs>
Value
EventHandler(ControlledApplicationLifetimeStartupEventArgs)
Implements
IControlledApplicationLifetime.StartupSee Also
Reference
ClassicDesktopStyleApplicationLifetime Class
Avalonia.Controls.ApplicationLifetimes Namespace