Overload | Description |
---|---|
NotifyPropertyChanged<T>(Expression<Func<T>>) | Raises the PropertyChanged event for the specified property. |
NotifyPropertyChanged(String) | Raises the PropertyChanged event for the specified property. |
NotifyPropertyChanged(PropertyChangedEventArgs) | Raises the PropertyChanged event for the specified property. |