ArcObjects Library Reference (Controls)  

IMapControlEvents2.OnSelectionChanged Event

Fires when the current selection changes.

[Visual Basic .NET]
Public Event OnSelectionChanged As OnSelectionChangedEventHandler
[C#]
public event OnSelectionChangedEventHandler OnSelectionChanged
[C++]
HRESULT OnSelectionChanged(
void
);

Product Availability

Available with ArcGIS Engine.

Description

OnSelectionChanged is triggered when the geographic selection of features in the IMapControl2::Map layers change.

See Also

IMapControlEvents2 Interface