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