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


IFeatureSelection.SelectionChanged Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IFeatureSelection.SelectionChanged Method

Fires the features layer update event. Required when SelectionSet changes.

[Visual Basic .NET]
Public Sub SelectionChanged ( _
)
[C#]
public void SelectionChanged (
);
[C++]
HRESULT SelectionChanged(
void
);

Product Availability

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

See Also

IFeatureSelection Interface