DataPA Enterprise Dashboard Controls API Reference

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

Syntax

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

Value

Type: DataPAEnterpriseDashboard..::..DashboardDesigner..::..ClickEventHandler

See Also