View.OnActivate(EventArgs) Method

Definition

Raises the Activate event of the View control.

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

Parameters

e
EventArgs

An EventArgs that contains the event data.

Remarks

The Activate event is raised when the current View control becomes the active view.

Applies to

See also