DataPA Enterprise Dashboard Controls API Reference
Event raised when a ManagedDashboard object is opened by the control.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public event DashboardDesigner..::..DashboardOpenedEventHandler DashboardOpened
Visual Basic
Public Event DashboardOpened As DashboardDesigner..::..DashboardOpenedEventHandler
Visual C++
public:
 event DashboardDesigner..::..DashboardOpenedEventHandler^ DashboardOpened {
	void add (DashboardDesigner..::..DashboardOpenedEventHandler^ value);
	void remove (DashboardDesigner..::..DashboardOpenedEventHandler^ value);
}

Value

Type: DataPAEnterpriseDashboard..::..DashboardDesigner..::..DashboardOpenedEventHandler

Remarks