IDashboardVisualizerEventArgs

Assembly: Dashboard;

Description

The IDashboardVisualizerEventArgs interface contains properties of argument of the events related with information panel visualizers.

Inheritance hierarchy

          IEventArgs

          IDashboardVisualizerEventArgs

Comments

This argument is used for event handling using the IDashboardUserEvents.EventOnAfterRefreshVisualizer method. The current interface is a basic one for the IDashboardVisualizerCancelEventArgs interface.

Properties

  Property name Brief description
Visualizer The Visualizer property returns the visualizer, for which the event was generated.

See also:

Dashboard Assembly Interfaces