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


IActiveViewEvents.ContentsCleared Event (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IActiveViewEvents.ContentsCleared Event

Fired when the contents of the view is cleared.

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

Product Availability

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

See Also

IActiveViewEvents Interface