I’ve been working with Silverlight (specifically for Windows Phone 7) recently and something I’ve found useful is the ability to “bubble” PropertyChanged event up. So for example; public class MainPageViewModel : INotifyPropertyChanged { public ObservableCollection
People { get { return _repository.Items; } }
Tidak ada komentar:
Posting Komentar