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