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