Extended Library for UWP | ComponentOne
C1.UWP.Extended Assembly / C1.Xaml.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