EventOnBeforeRefreshVisualizer(Args: IDashboardVisualizerCancelEventArgs);
Args. Event argument.
The EventOnBeforeRefreshVisualizer method implements the event that occurs before information panel visualizer refresh.
The method must be redefined in a custom class. The class for handling information panel events is set in the IDashboard.EventsClass property.
The method use is given in the example for IDashboardUserEvents.EventOnBeforeOpenDashboard.
See also: