ArcObjects Library Reference (GlobeCore)  

IGlobeDisplayEvents.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.

See Also

IGlobeDisplayEvents Interface