DataPA Enterprise Dashboard Controls API Reference
Event raised when the user selects the process button on a drill down data grid.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public event DashboardDesigner..::..ProcessDataRequestEventHandler ProcessDataRequest |
Visual Basic |
---|
Public Event ProcessDataRequest As DashboardDesigner..::..ProcessDataRequestEventHandler |
Visual C++ |
---|
public:
event DashboardDesigner..::..ProcessDataRequestEventHandler^ ProcessDataRequest {
void add (DashboardDesigner..::..ProcessDataRequestEventHandler^ value);
void remove (DashboardDesigner..::..ProcessDataRequestEventHandler^ value);
} |
Value
Type:
DataPAEnterpriseDashboard..::..DashboardDesigner..::..ProcessDataRequestEventHandlerRemarks
See Also