IDashboardUserEvents.EventOnBeforeRefreshVisualizer

Syntax

EventOnBeforeRefreshVisualizer(Args: IDashboardVisualizerCancelEventArgs);

Parameters

Args. Event argument.

Description

The EventOnBeforeRefreshVisualizer method implements the event that occurs before information panel visualizer refresh.

Comments

The method must be redefined in a custom class. The class for handling information panel events is set in the IDashboard.EventsClass property.

Example

The method use is given in the example for IDashboardUserEvents.EventOnBeforeOpenDashboard.

See also:

IDashboardUserEvents