Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / FieldEventArgs Class / Field Property


In This Topic
    Field Property (FieldEventArgs)
    In This Topic
    Gets the field which triggers the event.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Field As Field
    'Usage
     
    
    Dim instance As FieldEventArgs
    Dim value As Field
     
    value = instance.Field
    public Field Field {get;}

    Property Value

    A Field object that indicates the field that triggered the event.
    See Also