ArcObjects Library Reference (3DAnalyst)  

ISceneRendererEvents.SelectionChanged Event

Fired when the selection is changed.

[Visual Basic .NET]
Public Event SelectionChanged As SelectionChangedEventHandler
[C#]
public event SelectionChangedEventHandler SelectionChanged
[C++]
HRESULT SelectionChanged(
  ISceneRenderer* pSource
);
[C++]

Parameters

pSource [in]

  pSource is a parameter of type ISceneRenderer

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

ISceneRendererEvents Interface