Class ControlledApplicationLifetimeExitEventArgs
- Namespace
- Avalonia.Controls.ApplicationLifetimes
- Assembly
- Avalonia.Controls.dll
Contains the arguments for the Exit event.
public class ControlledApplicationLifetimeExitEventArgs : EventArgs
- Inheritance
-
ControlledApplicationLifetimeExitEventArgs
- Inherited Members
Constructors
ControlledApplicationLifetimeExitEventArgs(int)
public ControlledApplicationLifetimeExitEventArgs(int applicationExitCode)
Parameters
applicationExitCode
int
Properties
ApplicationExitCode
Gets or sets the exit code that an application returns to the operating system when the application exits.
public int ApplicationExitCode { get; set; }