ArcGIS Developer Help  (ESRI.ArcGIS.Analyst3D)  

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
);