ClassicDesktopStyleApplicationLifetime Properties
Properties
Args | Gets the arguments passed to the AppBuilder Start method. |
MainWindow | Gets or sets the main window of the application. |
ShutdownMode | Gets or sets the ShutdownMode. This property indicates whether the application is shutdown explicitly or implicitly. If ShutdownMode is set to OnExplicitShutdown the application is only closes if Shutdown is called. The default is OnLastWindowClose |
Windows | Gets the list of all open windows in the application. |
See Also
Reference
ClassicDesktopStyleApplicationLifetime Class
Avalonia.Controls.ApplicationLifetimes Namespace