IDashboardEventArgs

Assembly: Dashboard;

Description

The IDashboardEventArgs interface contains properties of argument of the event that occurs during information panel opening.

Inheritance hierarchy

          IEventArgs

          IDashboardEventArgs

Comments

This argument is used in event handling using the IDashboardUserEvents.EventOnBeforeOpenDashboard method.

Properties

  Property name Brief description
Dashboard The Dashboard property returns the information panel, for which the event is generated.

See also:

Dashboard Assembly Interfaces