Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / Advance Event


In This Topic
    Advance Event (GeneralEditor)
    In This Topic
    Occurs when focus moves to the previous or next control.
    Syntax
    'Declaration
     
    
    Public Event Advance As AdvanceEventHandler
    'Usage
     
    
    Dim instance As GeneralEditor
    Dim handler As AdvanceEventHandler
     
    AddHandler instance.Advance, handler
    public event AdvanceEventHandler Advance
    See Also