DataPA Enterprise Dashboard Controls API Reference
Event raised before the control builds each object on the dashboard.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public event DashboardDesigner..::..BeforeBuildObjectEventHandler BeforeBuildObject |
| Visual Basic |
|---|
Public Event BeforeBuildObject As DashboardDesigner..::..BeforeBuildObjectEventHandler |
| Visual C++ |
|---|
public:
event DashboardDesigner..::..BeforeBuildObjectEventHandler^ BeforeBuildObject {
void add (DashboardDesigner..::..BeforeBuildObjectEventHandler^ value);
void remove (DashboardDesigner..::..BeforeBuildObjectEventHandler^ value);
} |
Value
Type:
DataPAEnterpriseDashboard..::..DashboardDesigner..::..BeforeBuildObjectEventHandlerRemarks
See Also