Click or drag to resize

ViewModelBaseTNotifyPropertyChangingTExp Method

Namespace:  Clio.Utilities.MVVM
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
protected void NotifyPropertyChanging<TExp>(
	Expression<Func<TExp>> expression
)

Parameters

expression
Type: System.Linq.ExpressionsExpressionFuncTExp

Type Parameters

TExp
See Also