IControlledApplicationLifetime Interface
Namespace: Avalonia.Controls.ApplicationLifetimesAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
[NotClientImplementableAttribute]
public interface IControlledApplicationLifetime : IApplicationLifetime
<NotClientImplementableAttribute>
Public Interface IControlledApplicationLifetime
Inherits IApplicationLifetime
[<NotClientImplementableAttribute>]
type IControlledApplicationLifetime =
interface
interface IApplicationLifetime
end
- Implements
- IApplicationLifetime
| Shutdown(Int32) |
Shuts down the application and sets the exit code that is returned to the operating system when the application exits.
|
| Exit |
Sent when the application is exiting.
|
| Startup |
Sent when the application is starting up.
|