AdvancedMessageDialogBeforeKillApplication Event
Occurs before the application terminates if user chooses closing the application.
Namespace: KGySoft.WinForms.FormsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public static event EventHandler BeforeKillApplication
Public Shared Event BeforeKillApplication As EventHandler
public:
static event EventHandler^ BeforeKillApplication {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member BeforeKillApplication : IEvent<EventHandler,
EventArgs>
Value
EventHandler