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

Windows Phone, Windows 8 and Fody

(0 votes)
0 comments   /   posted by Silverlight Show on Jan 14, 2013
Tags:   windows-phone , windows-8 , mvvm , scott-lovegrove

Read original post by Scott Lovegrove at Windows Phone 7 Nuggets

Those doing development for Windows Phone or Windows 8 and using an MVVM approach will be familiar with their ViewModels having properties that look something like this

private string progressText;
public string ProgressText
{
    get { return progressText; }
    set
    {
        if (value != progressText)
        {
            progressText = value;
            NotifyPropertyChanged("ProgressText");
        }
    }
}


Comments

No comments

Add Comment

Login to comment:
  *      *       

Our News on Twitter


Latest News