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