IPlatformLifetimeEventsImplShutdownRequested Event
Raised by the platform when a shutdown is requested.
Namespace: Avalonia.PlatformAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
event EventHandler<ShutdownRequestedEventArgs> ShutdownRequested
Event ShutdownRequested As EventHandler(Of ShutdownRequestedEventArgs)
abstract ShutdownRequested : IEvent<EventHandler<ShutdownRequestedEventArgs>,
ShutdownRequestedEventArgs>
Value
EventHandlerShutdownRequestedEventArgs
Raised on OSX via the Quit menu or right-clicking on the application icon and selecting Quit.