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.
Property | Description |
---|---|
Color | 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, Windows 8.1
See Also