IDashboardUserEvents.EventOnAfterRefreshVisualizer

Syntax

EventOnAfterRefreshVisualizer(Args: IDashboardVisualizerEventArgs);

Parameters

Args. Event argument.

Description

The EventOnAfterRefreshVisualizer method implements the event that occurs after information panel 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