Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / FieldEventArgs Class / FieldEventArgs Constructor
A Field object that indicates the field that has focus.


In This Topic
FieldEventArgs Constructor
In This Topic
Initializes a new instance of the FieldEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal field 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.
See Also