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


ISceneControlEvents Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IS > ISceneControlEvents Interface
ArcGIS Developer Help

ISceneControlEvents Interface

Provides access to events that occur with user interaction to the SceneControl.

Product Availability

Available with ArcGIS Engine.

Description

This is the main events interface for the SceneControl. Generally there is no need to explicitly set event handlers, as most development environments will automatically provide event handlers.

Members

Name Description
Method OnDoubleClick Fires when the user presses and releases the mouse button twice in quick succession.
Method OnKeyDown Fires after a key is pressed on the keyboard.
Method OnKeyUp Fires after a pressed key is released.
Method OnMouseDown Fires when the user presses any mouse button while over the SceneControl.
Method OnMouseMove Fires when the user moves the mouse pointer over the SceneControl.
Method OnMouseUp Fires when the user releases a mouse button while over the SceneControl.
Method OnSceneReplaced Fires after the Scene contained by the SceneControl has been replaced.

Classes that implement ISceneControlEvents

Classes Description
SceneControl Esri SceneControl
SceneControlEventsListener (esriSystemUtility) Helper coclass to provide ISceneControlEvents support to the C++ API.