System.Web.UI.WebControls.WebParts.WebPart.OnConnectModeChanged Method

Enables derived classes to provide custom handling when a System.Web.UI.WebControls.WebParts.WebPart control is beginning or ending the process of connecting to other controls.

Syntax

protected virtual void OnConnectModeChanged (EventArgs e)

Parameters

e
An EventArgs that contains the event data.

Remarks

The method in the System.Web.UI.WebControls.WebParts.WebPart base class contains no implementation.

Requirements

Namespace: System.Web.UI.WebControls.WebParts
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0