IControlledApplicationLifetime Interface

Definition

Namespace: Avalonia.Controls.ApplicationLifetimes
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
[NotClientImplementableAttribute]
public interface IControlledApplicationLifetime : IApplicationLifetime
Implements
IApplicationLifetime

Methods

Shutdown(Int32) Shuts down the application and sets the exit code that is returned to the operating system when the application exits.

Events

Exit Sent when the application is exiting.
Startup Sent when the application is starting up.

See Also