Was this page helpful?
Your feedback about this content is important. Let us know what you think.
Additional feedback?
1500 characters remaining
Export (0) Print
Expand All

Application.OnSessionEnding Method

Raises the SessionEnding event.

Namespace:  System.Windows
Assembly:  PresentationFramework (in PresentationFramework.dll)

protected virtual void OnSessionEnding(
	SessionEndingCancelEventArgs e
)

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

Supported in: 4.6, 4.5, 4, 3.5, 3.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1
Show:
© 2015 Microsoft