2 instantiations of WebPartConnectionsEventArgs
System.Web (2)
UI\WebParts\WebPartManager.cs (2)
1718OnWebPartsConnected(new WebPartConnectionsEventArgs(provider, providerConnectionPoint, 2031WebPartConnectionsEventArgs eventArgs = new WebPartConnectionsEventArgs(
4 references to WebPartConnectionsEventArgs
System.Web (4)
UI\WebParts\WebPartConnectionsEventHandler.cs (1)
11public delegate void WebPartConnectionsEventHandler(object sender, WebPartConnectionsEventArgs e);
UI\WebParts\WebPartManager.cs (3)
2031WebPartConnectionsEventArgs eventArgs = new WebPartConnectionsEventArgs( 3825protected virtual void OnWebPartsConnected(WebPartConnectionsEventArgs e) { 3839protected virtual void OnWebPartsDisconnected(WebPartConnectionsEventArgs e) {