If I bind a control to a property and fire the PropertyChanged event from a non-ui thread is that ok? It works, but will it result in nasty bugs?
I remember in the WPF days PropertyChanged had to be fired from the ui thread, what about xamarin forms?
↧
iS firing PropertyChanged event from a non-ui thread safe
↧