View::OnDeactivate Method (EventArgs^)

 

Raises the Deactivate event of the View control.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public protected:
virtual void OnDeactivate(
	EventArgs^ e
)

Parameters

e
Type: System::EventArgs^

An EventArgs that contains the event data.

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

.NET Framework
Available since 2.0
Return to top
Show: