When to use a WPF Dependency Property versus INotifyPropertyChanged

Viewed 16226

Do folks have any guidance on when a simple .NET property that fires INotifyPropertyChanged.PropertyChanged is sufficient in a view model? Then when do you want to move up to a full blown dependency property? Or are the DPs intended primarily for views?

5 Answers
Related