WebPartManager.OnWebPartsDisconnected Method

Raises the WebPartsDisconnected event, which occurs after a connection between WebPart controls has ended.

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

protected:
virtual void OnWebPartsDisconnected (
	WebPartConnectionsEventArgs^ e
)
protected void OnWebPartsDisconnected (
	WebPartConnectionsEventArgs e
)
protected function OnWebPartsDisconnected (
	e : WebPartConnectionsEventArgs
)
Not applicable.

Parameters

e

A WebPartConnectionsEventArgs that contains the event data.

The OnWebPartsDisconnected method raises its corresponding event at the very end of the DisconnectWebParts method, which carries out the process of terminating a connection between two controls.

The method provides programmatic control over the process of ending a connection, so that developers can inform the user, make changes to the user interface (UI), or make other changes to the application.

Page developers can create a custom handler for the WebPartsDisconnected event by adding the OnWebPartsDisconnected attribute to the <asp:webpartmanager> element, and assigning a custom method name to the attribute.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: