DashboardDesignerBeforeDrillDown Event |
|
DataPA OpenAnalytics 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 public event DashboardDesignerBeforeDrillDownEventHandler BeforeDrillDown
Public Event BeforeDrillDown As DashboardDesignerBeforeDrillDownEventHandler
public:
event DashboardDesignerBeforeDrillDownEventHandler^ BeforeDrillDown {
void add (DashboardDesignerBeforeDrillDownEventHandler^ value);
void remove (DashboardDesignerBeforeDrillDownEventHandler^ value);
}
function add_BeforeDrillDown(value);
function remove_BeforeDrillDown(value);
Value
Type:
DataPAEnterpriseDashboardDashboardDesignerBeforeDrillDownEventHandlerRemarks See Also