| ArcObjects Library Reference (GeoDatabase) |
|
IObjectClassEvents.OnDelete Event
This event is fired when an object is deleted from the object class.
[Visual Basic 6.0]
Event OnDelete(
ByVal obj As IObject _
)
[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
Example
IObjectClassEvents Example
Send feedback on this page