Spread Windows Forms 12.0 Product Documentation
FieldEventArgs Constructor


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > FieldEventArgs Class : FieldEventArgs Constructor
A Field object that indicates the field that has focus.
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)
public FieldEventArgs( 
   Field field
)

Parameters

field
A Field object that indicates the field that has focus.
See Also

Reference

FieldEventArgs Class
FieldEventArgs Members