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 ( _
    ByVal pSource As ISceneRenderer _
)
[C#]
public delegate void SelectionChangedEventHandler (
    ISceneRenderer pSource
);