WebPartManager.WebPartsConnected Event
Assembly: System.Web (in system.web.dll)
public: event WebPartConnectionsEventHandler^ WebPartsConnected { void add (WebPartConnectionsEventHandler^ value); void remove (WebPartConnectionsEventHandler^ value); }
/** @event */ public void add_WebPartsConnected (WebPartConnectionsEventHandler value) /** @event */ public void remove_WebPartsConnected (WebPartConnectionsEventHandler value)
JScript supports the use of events, but not the declaration of new ones.
The WebPartsConnected event is associated with the OnWebPartsConnected method. The event is useful because after you know that a connection is complete, you might want to inform the user of the fact, or even change the user interface (UI) of the page. For example, you might want to display some graphic image that suggests a successful connection between two controls, or display a brief message, and then change the page display mode back to browse mode.
Page developers can associate a custom event handler with this event by adding the OnWebPartsConnected attribute to the <asp:webpartmanager> element in the page, and assigning a custom method name to the attribute.
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.