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