Delegate EventsDroppedEventHandler
Delegate used for the OnEventsDropped event of the IConnection interface.
public delegate void EventsDroppedEventHandler(object sender, EventsDroppedEventArgs e)
Parameters
senderobject- Delegate used for the event of the interface.
eEventsDroppedEventArgs- Delegate used for the event of the interface.
- Extension Methods