Click or drag to resize

ObservableObjectRaisePropertyChangedT(ExpressionFuncT) Method

Triggers OnPropertyChanged.

Namespace: NetEti.MVVMini
Assembly: NetEti.MVVMini (in NetEti.MVVMini.dll) Version: 1.0.0+7b60487fcbc3b95636e4fc726213c9ca8562bee8
Syntax
public void RaisePropertyChanged<T>(
	
	Expression<Func<T>> propertyExpression
)

Parameters

propertyExpression  ExpressionFuncT
Functionality of the property.

Type parameters

T
Type of property.
See also