Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IEditorSupport Interface / AfterFocus Event


In This Topic
    AfterFocus Event (IEditorSupport)
    In This Topic
    Occurs after the control receives the focus.
    Syntax
    'Declaration
     
    
    Event AfterFocus As EventHandler
    'Usage
     
    
    Dim instance As IEditorSupport
    Dim handler As EventHandler
     
    AddHandler instance.AfterFocus, handler
    event EventHandler AfterFocus
    See Also