DashboardChartLeftMouseDoubleClick Event |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public event DashboardChartLeftMouseDoubleClickEventHandler LeftMouseDoubleClick
Public Event LeftMouseDoubleClick As DashboardChartLeftMouseDoubleClickEventHandler
public:
event DashboardChartLeftMouseDoubleClickEventHandler^ LeftMouseDoubleClick {
void add (DashboardChartLeftMouseDoubleClickEventHandler^ value);
void remove (DashboardChartLeftMouseDoubleClickEventHandler^ value);
}
function add_LeftMouseDoubleClick(value);
function remove_LeftMouseDoubleClick(value);
Value
Type:
DataPAEnterpriseDashboardDashboardChartLeftMouseDoubleClickEventHandlerSee Also