IDashboard.EventsClass

Syntax

EventsClass: String;

Description

The EventsClass property determines a class used for handling information panel events.

Comments

The specified class should contain implementation of methods of the IDashboardUserEvents interface or the DashboardEvents class.

Example

The property use is given in the example for IDashboard.EventsAssembly.

See also:

IDashboard