MapDataPlotDataPlotUpdated Event |
|
DataPA OpenAnalytics API Reference
Event fires when this data plot has changed and needs to be re-applied to the map
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public event MapDataPlotDataPlotUpdatedEventHandler DataPlotUpdated
Public Event DataPlotUpdated As MapDataPlotDataPlotUpdatedEventHandler
public:
event MapDataPlotDataPlotUpdatedEventHandler^ DataPlotUpdated {
void add (MapDataPlotDataPlotUpdatedEventHandler^ value);
void remove (MapDataPlotDataPlotUpdatedEventHandler^ value);
}
function add_DataPlotUpdated(value);
function remove_DataPlotUpdated(value);
Value
Type:
DataPAEnterpriseDashboardMapDataPlotDataPlotUpdatedEventHandlerSee Also