IControlledApplicationLifetime Interface
Not client implementable.
Note: This interface is not client implementable. You need to enable PrivateApi if you want to implement this interface.
Definition
Namespace: Avalonia.Controls.ApplicationLifetimes
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
[NotClientImplementableAttribute]
public interface IControlledApplicationLifetime : IApplicationLifetime
<NotClientImplementableAttribute>
Public Interface IControlledApplicationLifetime
Inherits IApplicationLifetime
[<NotClientImplementableAttribute>]
type IControlledApplicationLifetime =
interface
interface IApplicationLifetime
end
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. |