Skip to main content

ControlledApplicationLifetimeExitEventArgs Class

Definition

Assembly:Avalonia.Controls
Package:Avalonia
public class ControlledApplicationLifetimeExitEventArgs

Inheritance: EventArgs -> ControlledApplicationLifetimeExitEventArgs

Constructors

NameDescription
ControlledApplicationLifetimeExitEventArgsNo summary available.

ControlledApplicationLifetimeExitEventArgs Constructor

public ControlledApplicationLifetimeExitEventArgs(int applicationExitCode)

Parameters

applicationExitCode int

Properties

NameDescription
ApplicationExitCodeGets 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; }