Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ColorPicker Class / ColorChanged Event


In This Topic
    ColorChanged Event
    In This Topic
    Occurs when the Color property changes.
    Syntax
    'Declaration
     
    
    Public Event ColorChanged As EventHandler
    'Usage
     
    
    Dim instance As ColorPicker
    Dim handler As EventHandler
     
    AddHandler instance.ColorChanged, handler
    public event EventHandler ColorChanged
    See Also