View.OnDeactivate(EventArgs) Method

Definition

Raises the Deactivate event of the View control.

protected public:
 virtual void OnDeactivate(EventArgs ^ e);
protected internal virtual void OnDeactivate (EventArgs e);
abstract member OnDeactivate : EventArgs -> unit
override this.OnDeactivate : EventArgs -> unit
Protected Friend Overridable Sub OnDeactivate (e As EventArgs)

Parameters

e
EventArgs

An EventArgs that contains the event data.

Remarks

The Deactivate event is raised when the current active View control becomes inactive.

Applies to

See also