Click or drag to resize

INotifyNotifyOfChangeT Method (String, T, T, Action)

Notifies the of change.

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 NotifyOfChange<T>(
	string propertyName,
	T newValue,
	ref T valueReference,
	Action onChanged = null
)

Parameters

propertyName
Type: SystemString
Name of the property.
newValue
Type: T
The new value.
valueReference
Type: T
The value reference.
onChanged (Optional)
Type: SystemAction
The on changed.

Type Parameters

T
See Also