Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / C1AdvancedColorPickerPart Class / ColorPicked Event

In This Topic
    ColorPicked Event (C1AdvancedColorPickerPart)
    In This Topic
    Occurs when a color is chosen.
    Syntax
    'Declaration
     
    
    Public Event ColorPicked As EventHandler
    public event EventHandler ColorPicked
    See Also