Summary
Contains the arguments for the
Exit
event.
- Namespace
- Avalonia
.Controls . Application Lifetimes - Base Types
-
- object
- EventArgs
graph BT
Type-->Base0["EventArgs"]
Base0-->Base1["object"]
Type["ControlledApplicationLifetimeExitEventArgs"]
class Type type-node
Syntax
public class ControlledApplicationLifetimeExitEventArgs : EventArgs
Constructors
Name | Summary |
---|---|
Controlled |
Properties
Name | Value | Summary |
---|---|---|
ApplicationExitCode | int |
Gets or sets the exit code that an application returns to the operating system when the application exits.
|