ArcObjects Library Reference (GeoDatabase)  

IObjectClassSchemaEvents.OnAddField Event

This event is fired when a new field is added to the object class.

[Visual Basic .NET]
Public Event OnAddField As OnAddFieldEventHandler
[C#]
public event OnAddFieldEventHandler OnAddField
[C++]
HRESULT OnAddField(
  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