Click or drag to resize

ViewModelRaisePropertyChangedT Method (ExpressionFuncT, T, T)

Raises the PropertyChanged event and sends a PropertyChanged message.

Namespace:  Enkoni.Framework.UI.Mvvm
Assembly:  Enkoni.Framework.UI (in Enkoni.Framework.UI.dll) Version: 1.3.0.1
Syntax
protected void RaisePropertyChanged<T>(
	Expression<Func<T>> property,
	T oldValue,
	T newValue
)

Parameters

property
Type: System.Linq.ExpressionsExpressionFuncT
The property expression.
oldValue
Type: T
The old value.
newValue
Type: T
The new value.

Type Parameters

T
The type of the property that changed.
See Also