Application::OnSessionEnding Method (SessionEndingCancelEventArgs^)
.NET Framework (current version)
Raises the SessionEnding event.
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: