Delegate ConnectorEventHandler
This delegate is used as basic event, when a connector invokes an event.
Namespace: TeleScope.Connectors.Abstractions.Events
Assembly: TeleScope.Connectors.Abstractions.dll
Syntax
public delegate void ConnectorEventHandler(object sender, ConnectorEventArgs e);
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The instance that invokes the delegate method. |
ConnectorEventArgs | e | The resulting event arguments. |