3 references to ConnectionsActivatedEvent
System.Web (3)
UI\WebParts\WebPartManager.cs (3)
650
Events.AddHandler(
ConnectionsActivatedEvent
, value);
653
Events.RemoveHandler(
ConnectionsActivatedEvent
, value);
3598
EventHandler handler = (EventHandler)Events[
ConnectionsActivatedEvent
];