ArcObjects Library Reference (Catalog)  

IGxSelectionEvents.OnSelectionChanged Event

Called when the selection contents have changed.

[Visual Basic 6.0]
Event OnSelectionChanged(
    ByVal Selection As IGxSelection, _
    initiator As Variant _
)
[Visual Basic .NET]
Public Event OnSelectionChanged As OnSelectionChangedEventHandler
[C#]
public event OnSelectionChangedEventHandler OnSelectionChanged

Product Availability

Available with ArcGIS Desktop.

See Also

IGxSelectionEvents Interface