MapDataPlotNumberOfContainingFeaturesUpdated Event |
|
DataPA OpenAnalytics API Reference
Event fires when the number of locations for which the containing feature has been found changes
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public event MapDataPlotNumberOfContainingFeaturesUpdatedEventHandler NumberOfContainingFeaturesUpdated
Public Event NumberOfContainingFeaturesUpdated As MapDataPlotNumberOfContainingFeaturesUpdatedEventHandler
public:
event MapDataPlotNumberOfContainingFeaturesUpdatedEventHandler^ NumberOfContainingFeaturesUpdated {
void add (MapDataPlotNumberOfContainingFeaturesUpdatedEventHandler^ value);
void remove (MapDataPlotNumberOfContainingFeaturesUpdatedEventHandler^ value);
}
function add_NumberOfContainingFeaturesUpdated(value);
function remove_NumberOfContainingFeaturesUpdated(value);
Value
Type:
DataPAEnterpriseDashboardMapDataPlotNumberOfContainingFeaturesUpdatedEventHandlerSee Also