CheckBox: IsCheckedChanged event is raised before the IsChecked value is actually updated.
As the name of the event suggests, it should be raised after IsChecked is changed.
2 comments
ADMIN
Yana
Posted on:19 Apr 2019 07:46
Hello David,
I guess you mean -ing event that is fired just before the actual action and could be canceled. Actually, this is not a common concept in Xamarin, that's why usually we do not expose such kind of events. Would it be possible to give more details on a concrete scenario where such an event would be useful.
Thanks in advance.
Regards,
Yana
Progress Telerik
David
Posted on:18 Apr 2019 14:15
It would be nice to have a event before and after when IsChecked changed.