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


IObjectClassEvents.OnDelete Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IObjectClassEvents.OnDelete Event

This event is fired when an object is deleted from the object class.

[Visual Basic .NET]
Public Event OnDelete As OnDeleteEventHandler
[C#]
public event OnDeleteEventHandler OnDelete
[C++]
HRESULT OnDelete(
  IObject* obj
);
[C++]

Parameters obj [in]
obj is a parameter of type IObject

Product Availability

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

See Also

IObjectClassEvents Interface