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

SelectedColorChanged Event
The SelectedColorChanged event is raised when the color selection is changed in the control UI.
Syntax
public event ColorChangedEventHandler SelectedColorChanged
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