WebPartManager::OnWebPartsConnected Method
Raises the WebPartsConnected event, which occurs after a connection has been established between WebPart controls.
Assembly: System.Web (in System.Web.dll)
Parameters
- e
- Type: System.Web.UI.WebControls.WebParts::WebPartConnectionsEventArgs
A WebPartConnectionsEventArgs that contains the event data.
The OnWebPartsConnected method raises its corresponding event at the very end of the ConnectWebParts method, which ensures that the steps necessary to connect two controls are completed before any code in the event handler runs.
The method provides programmatic control over the process of creating connections, and the associated event is a convenient point at which to update the user interface (UI) or notify a user that a connection has been established.
Page developers can create a custom handler for the WebPartsConnected event by adding the OnWebPartsConnected attribute to the <asp:webpartmanager> element, and assigning a custom method name to the attribute.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.