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