Edit

Share via


Application.OnDeactivated(EventArgs) Method

Definition

Raises the Deactivated event.

protected virtual void OnDeactivated(EventArgs e);

Parameters

e
EventArgs

An EventArgs that contains the event data.

Remarks

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.

Applies to

See also