BoldSign®Effortlessly integrate e-signatures into your app with the BoldSign® API. Create a sandbox account!
WorkStartHour="{Binding StartWorkingTime}" WorkEndHour="{Binding EndWorkingTime}"
Hi Holger,
Sorry about the inconvenience caused.
We are able to reproduce the issue “Work hours property not listening dynamic change on values on oneway binding”. We have logged an issue report on this and the fix will be available in our upcoming main release. We will update you once it has been rolled out. We appreciate your patience until then.
But also your requirement can be achieved by specifying the Mode of the binding as “TwoWay”. Please find the below code snippet.
Code Snippet:
(XAML) WorkStartHour="{Binding StartWorkingTime,Mode=TwoWay}" WorkEndHour="{Binding EndWorkingTime,Mode=TwoWay}"
|
Based on this we have prepared simple sample, please find the sample from the attachment.
Please let us know if you need any further clarification.
Regards,
Jeyasri M