Quantcast
Channel: Blog | Limilabs » Silverlight
Browsing latest articles
Browse All 2 View Live

Update the bound property as the user types

In Silverlight there is no way for 2-way-bound TextBox to update it’s bound property every time user hits a key on the keyboard. In WPF you could use UpdateSourceTrigger=PropertyChanged, which is not...

View Article



INotifyPropertyChanged with custom targets

Wouldn’t it be nice to have a simple attribute instead of backing field madness in Silverlight/WPF? Just like this: public class MainViewModel : ViewModelBase { [NotifyPropertyChanged] public string...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images