ControlledApplicationLifetimeExitEventArgs Class

Summary

Contains the arguments for the Exit event.
Namespace
Avalonia.Controls.ApplicationLifetimes
Base Types
  • object
  • EventArgs
graph BT Type-->Base0["EventArgs"] Base0-->Base1["object"] Type["ControlledApplicationLifetimeExitEventArgs"] class Type type-node

Syntax

public class ControlledApplicationLifetimeExitEventArgs : EventArgs

Constructors

Properties

Name Value Summary
ApplicationExitCode int
Gets or sets the exit code that an application returns to the operating system when the application exits.