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


OnAddFieldEventHandler Delegate (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help    

OnAddFieldEventHandler Delegate

Represents the method that handles the OnAddField event.
[Visual Basic .NET]
Public Delegate Sub OnAddFieldEventHandler ( _
    ByVal FieldName As String _
)
[C#]
public delegate void OnAddFieldEventHandler (
    string FieldName
);