Skip to main content

IClassicDesktopStyleApplicationLifetime Properties

Properties

ArgsGets the arguments passed to the StartWithClassicDesktopLifetime(AppBuilder, String[], ShutdownMode) method.
MainWindowGets or sets the main window of the application.
ShutdownModeGets 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
WindowsGets the list of all open windows in the application.

See Also

Reference

IClassicDesktopStyleApplicationLifetime Interface
Avalonia.Controls.ApplicationLifetimes Namespace