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


OnSelectionChangedEventHandler Delegate (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help    

OnSelectionChangedEventHandler Delegate

Represents the method that handles the OnSelectionChanged event.
[Visual Basic .NET]
Public Delegate Sub OnSelectionChangedEventHandler ( _
    ByVal Selection As IGxSelection, _
    ByRef initiator As Object _
)
[C#]
public delegate void OnSelectionChangedEventHandler (
    IGxSelection Selection,
    ref object initiator
);