DashboardChartDrillDown Event |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public event DashboardChartDrillDownEventHandler DrillDown
Public Event DrillDown As DashboardChartDrillDownEventHandler
public:
event DashboardChartDrillDownEventHandler^ DrillDown {
void add (DashboardChartDrillDownEventHandler^ value);
void remove (DashboardChartDrillDownEventHandler^ value);
}
function add_DrillDown(value);
function remove_DrillDown(value);
Value
Type:
DataPAEnterpriseDashboardDashboardChartDrillDownEventHandlerSee Also