IPlatformLifetimeEventsImplShutdownRequested Event

Raised by the platform when a shutdown is requested.

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
event EventHandler<ShutdownRequestedEventArgs> ShutdownRequested

Value

EventHandlerShutdownRequestedEventArgs

Remarks

Raised on OSX via the Quit menu or right-clicking on the application icon and selecting Quit.

See Also