Application.OnSessionEnding Method
.NET Framework 4.6 and 4.5
Raises the SessionEnding event.
Namespace: System.Windows
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- e
- Type: System.Windows.SessionEndingCancelEventArgs
A SessionEndingCancelEventArgs that contains the event data.
OnSessionEnding raises the SessionEnding event.
A type that derives from Application may override OnSessionEnding. The overridden method must call OnSessionEnding in the base class if SessionEnding needs to be raised.
Show: