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