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

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

Syntax

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

Value

Type: DataPAEnterpriseDashboard..::..DashboardDesigner..::..DashboardClosedEventHandler

Remarks