Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / FpColorPicker Class / AfterFocus Event


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