DataPA Enterprise Dashboard Controls API Reference
Event raised when a drill down link is clicked on a dashboard object, before the drill down is processed. Setting the DrillDownEventArgs.Cancel property to true in the handler for this event will prevent the drill down from processing.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public event DashboardDesigner..::..BeforeDrillDownEventHandler BeforeDrillDown |
Visual Basic |
---|
Public Event BeforeDrillDown As DashboardDesigner..::..BeforeDrillDownEventHandler |
Visual C++ |
---|
public:
event DashboardDesigner..::..BeforeDrillDownEventHandler^ BeforeDrillDown {
void add (DashboardDesigner..::..BeforeDrillDownEventHandler^ value);
void remove (DashboardDesigner..::..BeforeDrillDownEventHandler^ value);
} |
Value
Type:
DataPAEnterpriseDashboard..::..DashboardDesigner..::..BeforeDrillDownEventHandlerRemarks
See Also