This event is fired when a new field is added to the object class.
[Visual Basic 6.0] Event OnAddField(
ByVal FieldName As String _
)
[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.