FieldEventArgs Constructor
Initializes a new instance of the
FieldEventArgs class.
public FieldEventArgs(
Field
)
'Declaration
Public Function New( _
ByVal As Field _
)
'Usage
Dim field As Field
Dim instance As New FieldEventArgs(field)
Parameters
- field
- A Field object that indicates the field that has focus.