Click or drag to resize

ObservableObjectBase.OnPropertyChanged Method

Overload List
 NameDescription
Protected methodOnPropertyChanged(String) Raises the PropertyChanged event for the property with the specified name.

[NotifyPropertyChangedInvocator]

Protected methodOnPropertyChanged<T>(Expression<Func<T>>) Raises the PropertyChanged event for the property identified by the specified property expression.

[NotifyPropertyChangedInvocator]

Top
See Also