RadControls for WinForms

The delegate subscribers must implement to receive Apoc events.

Namespace: Telerik.Apoc
Assembly: 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

The driver parameter will be a reference to the active ApocDriver. The e parameter will contain a human-readable error message.

See Also