EventOnAfterRefreshVisualizer(Args: IDashboardVisualizerEventArgs);
Args. Event argument.
The EventOnAfterRefreshVisualizer method implements the event that occurs after information panel 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: