Skip to content

ApplicationClosedEventArgs

Event arguments for the ApplicationClosed event.

Type

csharp
RoyalApps.Community.ExternalApps.WinForms.Events.ApplicationClosedEventArgs

Used By

Properties

Exception (Exception?)

The exception which may have caused the application to close.

ProcessExited (bool)

True, if the process exited.

UserInitiated (bool)

True, if the user has closed the application using the CloseApplication() method, otherwise false.

Back to API index

MIT Licensed