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