Spread Windows Forms 15.0
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)
    public FieldEventArgs( 
       Field field
    )

    Parameters

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