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