IDashboardUserEvents

Assembly: Dashboard;

Description

The IDashboardUserEvents interface contains methods that implement information panel events.

Inheritance hierarchy

IDashboardUserEvents

Comments

Methods of this interface must be redefined in a custom class.

Methods

  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 Interfaces