An after event that is fired when a custom object is deleted.
[Visual Basic 6.0]
Sub OnDelete
[Visual Basic .NET]
Public Sub OnDelete ( _
)
[C#] public void OnDelete ( );
[Java] public void onDelete ( ) throws IOException, AutomationException
[C++]
HRESULT OnDelete(
void
);
The OnDelete method is called by the geodatabase when an application program calls Delete on a Row object.