WebPartConnectionsEventHandler Delegate
Assembly: System.Web (in system.web.dll)
public delegate void WebPartConnectionsEventHandler ( Object^ sender, WebPartConnectionsEventArgs^ e )
/** @delegate */ public delegate void WebPartConnectionsEventHandler ( Object sender, WebPartConnectionsEventArgs e )
JScript supports the use of delegates, but not the declaration of new ones.
Parameters
- sender
The source of the event.
- e
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 98, Windows 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 .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.