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


ISceneGraphEvents.InteractionStopped Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISceneGraphEvents Interface > ISceneGraphEvents.InteractionStopped Event
ArcGIS Developer Help

ISceneGraphEvents.InteractionStopped Event

Fired when interaction stops.

[Visual Basic .NET]
Public Event InteractionStopped As InteractionStoppedEventHandler
[C#]
public event InteractionStoppedEventHandler InteractionStopped
[C++]
HRESULT InteractionStopped(
void
);

Product Availability

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

See Also

ISceneGraphEvents Interface