DataPA Enterprise Dashboard Controls API Reference
Event raised when a drill down link is clicked on a dashboard object, after the drill down is processed.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public event DashboardDesigner..::..AfterDrillDownEventHandler AfterDrillDown |
| Visual Basic |
|---|
Public Event AfterDrillDown As DashboardDesigner..::..AfterDrillDownEventHandler |
| Visual C++ |
|---|
public:
event DashboardDesigner..::..AfterDrillDownEventHandler^ AfterDrillDown {
void add (DashboardDesigner..::..AfterDrillDownEventHandler^ value);
void remove (DashboardDesigner..::..AfterDrillDownEventHandler^ value);
} |
Value
Type:
DataPAEnterpriseDashboard..::..DashboardDesigner..::..AfterDrillDownEventHandlerRemarks
See Also