This document is archived and information here might be outdated.  Recommended version.


IFeatureLayerSelectionEvents.FeatureLayerSelectionChanged Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureLayerSelectionEvents Interface > IFeatureLayerSelectionEvents.FeatureLayerSelectionChanged Event
ArcGIS Developer Help

IFeatureLayerSelectionEvents.FeatureLayerSelectionChanged Event

Occurs when the selection changes.

[Visual Basic .NET]
Public Event FeatureLayerSelectionChanged As FeatureLayerSelectionChangedEventHandler
[C#]
public event FeatureLayerSelectionChangedEventHandler FeatureLayerSelectionChanged
[C++]
HRESULT FeatureLayerSelectionChanged(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IFeatureLayerSelectionEvents Interface