Click or drag to resize

INotifyUpdatePropertyT Method (ExpressionFuncT, Action)

Updates the property.

Namespace:  Xcalibur.Extensions.MVVM.Interfaces
Assembly:  Xcalibur.Extensions.MVVM (in Xcalibur.Extensions.MVVM.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void UpdateProperty<T>(
	Expression<Func<T>> property = null,
	Action onChanged = null
)

Parameters

property (Optional)
Type: System.Linq.ExpressionsExpressionFuncT
The property.
onChanged (Optional)
Type: SystemAction
The configuration changed.

Type Parameters

T
See Also