WebPartConnectionsEventHandler Delegate
Represents the method that will handle the WebPartsConnected and WebPartsDisconnected events of the WebPartManager control.
Assembly: System.Web (in System.Web.dll)
public delegate void WebPartConnectionsEventHandler( Object sender, WebPartConnectionsEventArgs e )
Parameters
- sender
- Type: System.Object
The source of the event.
- e
- Type: System.Web.UI.WebControls.WebParts.WebPartConnectionsEventArgs
A WebPartConnectionsEventArgs that contains the event data.
The WebPartConnectionsEventHandler class defines a handler delegate for two events that occur on the WebPartManager control: the WebPartsConnected event and the WebPartsDisconnected event. The method that handles the WebPartsConnected event is the OnWebPartsConnected method. The method that handles the WebPartsDisconnected event is the OnWebPartsDisconnected method. In both cases, the event data are contained in a WebPartConnectionsEventArgs object.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.