IDashboardVisualizerCancelEventArgs

Assembly: Dashboard;

Description

The IDashboardVisualizerCancelEventArgs interface contains properties of argument of the event that occurs before information panel visualizer refresh.

Inheritance hierarchy

          IEventArgs

          IDashboardVisualizerEventArgs

          IDashboardVisualizerCancelEventArgs

Comments

This argument is used during event handling using the IDashboardUserEvents.EventOnBeforeRefreshVisualizer method.

Properties

  Property name Brief description
Cancel The Cancel property determines whether event is generated for information panel visualizer.

Properties inherited from IDashboardVisualizerEventArgs

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

See also:

Dashboard Assembly Interfaces