ArcObjects Library Reference (GeoDatabase)  

IObjectClassSchemaEvents.OnDeleteField Event

This event is fired when a field is deleted from the object class.

[Visual Basic .NET]
Public Event OnDeleteField As OnDeleteFieldEventHandler
[C#]
public event OnDeleteFieldEventHandler OnDeleteField
[C++]
HRESULT OnDeleteField(
  BSTR FieldName
);
[C++]

Parameters

FieldName [in]   FieldName is a parameter of type BSTR

Product Availability

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

See Also

IObjectClassSchemaEvents Interface