Application.OnDeactivated Method
.NET Framework 4.6 and 4.5
Raises the Deactivated event.
Namespace: System.Windows
Assembly: PresentationFramework (in PresentationFramework.dll)
OnDeactivated raises the Deactivated event.
A type that derives from Application may override OnDeactivated. The overridden method must call OnDeactivated in the base class if Deactivated needs to be raised.
Show: