Application::OnExit Method (ExitEventArgs^)
.NET Framework (current version)
Raises the Exit event.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- e
-
Type:
System.Windows::ExitEventArgs^
An ExitEventArgs that contains the event data.
OnExit raises the Exit event.
A type that derives from Application may override the OnExit method. The overridden method must call OnExit in the base class if Exit needs to be raised.
.NET Framework
Available since 3.0
Available since 3.0
Show: