Delegate SDKEventHandler<T>
Delegate SDKEventHandler.
Namespace: VpnSDK
Assembly: cs.temp.dll.dll
Syntax
public delegate void SDKEventHandler<in T>(ISDK sender, T args);
Parameters
Type | Name | Description |
---|---|---|
ISDK | sender | The SDK instance that has fired the event. |
T | args | The event payload. |
Type Parameters
Name | Description |
---|---|
T | The event payload type. |