Hi ,
I am using a RadColorPicker to set teh background colro of some objects displayed in a canvas.
The problem I have is that the SelectedColorChanged event is triggered only when the selected color is changed, and this prevents me from assigning the same color to 2 different object without having first to select a different color.
I have tried to use the MouseLeftButtonUp event, but this conflicts with my canvas MouseLeftButtonUp event handler, and all in all is a dirty solution.
Do you have another solution?
Thanks
I am using a RadColorPicker to set teh background colro of some objects displayed in a canvas.
The problem I have is that the SelectedColorChanged event is triggered only when the selected color is changed, and this prevents me from assigning the same color to 2 different object without having first to select a different color.
I have tried to use the MouseLeftButtonUp event, but this conflicts with my canvas MouseLeftButtonUp event handler, and all in all is a dirty solution.
Do you have another solution?
Thanks