Click or drag to resize

ObservableObjectBaseOnPropertyChangedT Method (ExpressionFuncT)

Raises the PropertyChanged event for the property identified by the specified property expression.

[NotifyPropertyChangedInvocator]

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
protected void OnPropertyChanged<T>(
	Expression<Func<T>> propertyExpression
)

Parameters

propertyExpression
Type: System.Linq.ExpressionsExpressionFuncT
The expression identifying the property.

Type Parameters

T
The type of the property.
See Also