DashboardEvents

Assembly: Dashboard;

Description

The DashboardEvents class contains methods that implement information panel events.

Comments

This class has identical methods for describing events as in the IDashboardUserEvents interface. When creating a custom class, select the DashboardEvents class as a parent one because it will help to avoid issues when new methods implementing events are created.

Class object methods

  Property name Brief description
OnAfterRefreshVisualizer The OnAfterRefreshVisualizer method implements the event that occurs after information panel refresh.
OnBeforeOpenDashboard The OnBeforeOpenDashboard method implements the event that occurs on opening information panel.
OnBeforeRefreshVisualizer The OnBeforeRefreshVisualizer method implements the event that occurs before information panel visualizer refresh.

Class object methods inherited from IDashboardUserEvents

  Method name Brief description
EventOnAfterRefreshVisualizer The EventOnAfterRefreshVisualizer method implements the event that occurs after information panel visualizer refresh.
EventOnBeforeOpenDashboard The EventOnBeforeOpenDashboard method implements the event that occurs on opening information panel.
EventOnBeforeRefreshVisualizer The EventOnBeforeRefreshVisualizer method implements the event that occurs before information panel visualizer refresh.

See also:

Dashboard Assembly Classes