I am trying to build a app, where you get a preview of the current settings. DataBinding is not an option here.
Would it be possible, to add a ColorChanged Event, similar to the TextChanged/ Pressed Events of the Entry/ Button Class?
like:<Button Pressed="ButtonPressedEvent"/>
->
<ColorCircle ColorChanged="ColorChangedEvent"
I am trying to build a app, where you get a preview of the current settings. DataBinding is not an option here.
Would it be possible, to add a ColorChanged Event, similar to the TextChanged/ Pressed Events of the Entry/ Button Class?
like:
<Button Pressed="ButtonPressedEvent"/>->
<ColorCircle ColorChanged="ColorChangedEvent"