ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / ColorPickerControl Class / SelectedColorChanged Event

In This Topic
    SelectedColorChanged Event
    In This Topic
    The SelectedColorChanged event is raised when the color selection is changed in the control UI.
    Syntax
    public event ColorChangedEventHandler SelectedColorChanged
    Public Event SelectedColorChanged As ColorChangedEventHandler
    Event Data

    The event handler receives an argument of type ColorChangedEventArgs containing data related to this event. The following ColorChangedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the color.  
    Remarks
    The SelectedColor dependency property can also be used for notification of the color changing.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also