WebPart::OnConnectModeChanged Method (EventArgs^)
.NET Framework (current version)
Enables derived classes to provide custom handling when a WebPart control is beginning or ending the process of connecting to other controls.
Assembly: System.Web (in System.Web.dll)
Notes to Inheritors:
A derived control needs to override the OnConnectModeChanged method. Developers can raise custom events or carry out other actions. The method is called by the WebPartManager control when the BeginWebPartConnecting and EndWebPartConnecting methods are called to establish connections between controls.
.NET Framework
Available since 2.0
Available since 2.0
Show: