ControlledApplicationLifetimeExitEventArgs Class
Definition
Contains the arguments for the Avalonia.Controls.ApplicationLifetimes.IControlledApplicationLifetime.Exit event.
public class ControlledApplicationLifetimeExitEventArgs
Constructors
| Name | Description |
|---|---|
| ControlledApplicationLifetimeExitEventArgs | No summary available. |
ControlledApplicationLifetimeExitEventArgs Constructor
public ControlledApplicationLifetimeExitEventArgs(int applicationExitCode)
Parameters
applicationExitCode int
Properties
| Name | Description |
|---|---|
| ApplicationExitCode | Gets or sets the exit code that an application returns to the operating system when the application exits. |
ApplicationExitCode Property
Gets or sets the exit code that an application returns to the operating system when the application exits.
public int ApplicationExitCode { get; set; }