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


IGlobeDisplayEvents.ViewerRemoved Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeDisplayEvents.ViewerRemoved Event

Fired when a viewer is removed.

[Visual Basic .NET]
Public Event ViewerRemoved As ViewerRemovedEventHandler
[C#]
public event ViewerRemovedEventHandler ViewerRemoved
[C++]
HRESULT ViewerRemoved(
  ISceneViewer* pViewer
);
[C++]

Parameters pViewer [in]
pViewer is a parameter of type ISceneViewer

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeDisplayEvents Interface