Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / SEditTextBox Class / Advance Event


In This Topic
    Advance Event (SEditTextBox)
    In This Topic
    Occurs when the AutoAdvance property is set to True and the focus moves to the next or previous control in response to an arrow key being pressed.
    Syntax
    'Declaration
     
    
    Protected Event Advance As AdvanceEventHandler
    'Usage
     
    
    Dim instance As SEditTextBox
    Dim handler As AdvanceEventHandler
     
    AddHandler instance.Advance, handler
    protected event AdvanceEventHandler Advance
    See Also