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


IFeatureLayerSelectionEvents.FeatureLayerSelectionChanged Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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