ArcObjects Library Reference (Controls)  

IEngineEditEvents.OnSelectionChanged Event

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

The OnSelectionChanged event is fired whenever the feature selection status changes during an edit session.

See Also

IEngineEditEvents Interface