(X) Hide this
    • Login
    • Join
      • Generate New Image
        By clicking 'Register' you accept the terms of use .

Data Binding with INotifyPropertyChanged Interface

(0 votes)
0 comments   /   posted by Silverlight Show on Oct 17, 2014
Tags:   wpdev
Read original post at Learn with BDDEVS
Today we’ll talk about a little bit advanced topic like Data Binding. It’s really useful when you’ve massively structured code, and you’ve handle a lots of data, not like our typical contols, e.x., textBox1.Text = “Hello, world!”;

Data Binding is nothing but creating a ViewModel class, which actually contains the data. One more important thing, you must follow in Data Binding control is INotifyPropertyChanged. It actually gives you an alert, when a property value is changed. Just like hey there, I’m changed. We’ll come back it later.

Comments

No comments

Add Comment

Login to comment:
  *      *       

Our News on Twitter


Latest News