The delegate subscribers must implement to receive Apoc events.
Namespace: Telerik.ApocAssembly: TelerikData (in TelerikData.dll) Version: 2013.1.321.40 (2013.1.321.40)
Syntax
| C# |
|---|
public delegate void ApocEventHandler(
Object driver,
ApocEventArgs e
) |
| Visual Basic |
|---|
Public Delegate Sub ApocEventHandler ( _
driver As Object, _
e As ApocEventArgs _
) |
Parameters
- driver
- Type: System..::..Object
A reference to the active ApocDriver
- e
- Type: Telerik.Apoc..::..ApocEventArgs
Encapsulates a human readable error message
Remarks
See Also