ArcObjects Library Reference (Carto)  

ITableSelection.SelectionChanged Method

Fires the 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

ITableSelection Interface