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


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