Bind data to UI

0
0

Hello,

 

What is the recommended approach to bind data to UI and auto refresh the UI when the data in backend changes?

 

Thanks!

  • You must to post comments
0
0

Hi Ali,

this can be achieved by implementing the INotifyPropertyChanged interface.
Find a sample here

https://github.com/iceteagroup/wisej-examples/tree/3.5/DataBinding

Best regards
Frank

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.