Window.OnDeactivated(EventArgs) Method
Definition
Raises the Deactivated event.
protected:
virtual void OnDeactivated(EventArgs ^ e);
protected virtual void OnDeactivated (EventArgs e);
abstract member OnDeactivated : EventArgs -> unit
override this.OnDeactivated : EventArgs -> unit
Protected Overridable Sub OnDeactivated (e As EventArgs)
Parameters
Remarks
OnDeactivated raises the Deactivated event.
A type that derives from Window may override OnDeactivated. The overridden method must call OnDeactivated on the base class if Deactivated needs to be raised.