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 );