DashboardObjectMapDataPlotChanged Event |
|
DataPA OpenAnalytics API Reference
Event raised when a map data plot changes
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public event DashboardObjectMapDataPlotChangedEventHandler MapDataPlotChanged
Public Event MapDataPlotChanged As DashboardObjectMapDataPlotChangedEventHandler
public:
event DashboardObjectMapDataPlotChangedEventHandler^ MapDataPlotChanged {
void add (DashboardObjectMapDataPlotChangedEventHandler^ value);
void remove (DashboardObjectMapDataPlotChangedEventHandler^ value);
}
function add_MapDataPlotChanged(value);
function remove_MapDataPlotChanged(value);
Value
Type:
DataPAEnterpriseDashboardDashboardObjectMapDataPlotChangedEventHandlerSee Also