Input for WinForms | ComponentOne
C1.Win.Input.Pickers Namespace / C1ColorPicker Class / ColorChanged Event

In This Topic
    ColorChanged Event
    In This Topic
    Fires when the Color property changes.
    Syntax
    'Declaration
     
    
    Public Event ColorChanged As EventHandler
    public event EventHandler ColorChanged
    See Also