Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / Field Class / Enter Event


In This Topic
    Enter Event (Field)
    In This Topic
    Occurs when the input focus enters the field.
    Syntax
    'Declaration
     
    
    Public Event Enter As EventHandler
    'Usage
     
    
    Dim instance As Field
    Dim handler As EventHandler
     
    AddHandler instance.Enter, handler
    public event EventHandler Enter
    Remarks
    This event is raised when the input focus moves in the Field.
    See Also