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