ApplicationClosedEventArgs
Event arguments for the ApplicationClosed event.
Type
csharp
RoyalApps.Community.ExternalApps.WinForms.Events.ApplicationClosedEventArgsUsed 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.
