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


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

SelectionChangedEventHandler Delegate

Represents the method that handles the SelectionChanged event.
[Visual Basic .NET]
Public Delegate Sub SelectionChangedEventHandler ( _
)
[C#]
public delegate void SelectionChangedEventHandler (
);