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


IRowEvents.OnDelete Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRowEvents Interface > IRowEvents.OnDelete Method
ArcGIS Developer Help

IRowEvents.OnDelete Method

An after event that is fired when a custom object is deleted.

[Visual Basic .NET]
Public Sub OnDelete ( _
)
[C#]
public void OnDelete (
);
[C++]
HRESULT OnDelete(
void
);

Product Availability

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

Remarks

The OnDelete method is called by the geodatabase when an application program calls Delete on a Row object.

See Also

IRowEvents Interface