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


IFeatureSelection.SelectionChanged Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureSelection Interface > IFeatureSelection.SelectionChanged Method
ArcGIS Developer Help

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