ArcObjects Library Reference (Carto)  

IActiveViewEvents.ItemDeleted Event

Fired when an item is deleted from the view.

[Visual Basic 6.0]
Event ItemDeleted(
    ByVal Item As Variant _
)
[Visual Basic .NET]
Public Event ItemDeleted As ItemDeletedEventHandler
[C#]
public event ItemDeletedEventHandler ItemDeleted
[C++]
HRESULT ItemDeleted(
  VARIANT Item
);
[C++]

Parameters

Item [in]   Item is a parameter of type VARIANT

Product Availability

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

Remarks

The PageLayout object fires this event whenever elements are deleted from the layout.

The Map object fires this event when a layer is removed.

See Also

IActiveViewEvents Interface