Field Property (FieldEventArgs)
Gets the field which triggers the event.
public Field Field {get;}
'Declaration
Public ReadOnly Property Field As Field
'Usage
Dim instance As FieldEventArgs
Dim value As Field
value = instance.Field
Property Value
A
Field object that indicates the field that triggered the event.