Table of Contents

Interface IPlatformLifetimeEventsImpl

Namespace
Avalonia.Platform
Assembly
Avalonia.Controls.dll
[Unstable]
public interface IPlatformLifetimeEventsImpl

Events

ShutdownRequested

Raised by the platform when a shutdown is requested.

event EventHandler<ShutdownRequestedEventArgs>? ShutdownRequested

Event Type

EventHandler<ShutdownRequestedEventArgs>

Remarks

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