Click or drag to resize

IChangeAwareViewModelRaisePropertyChanged Method (String, Object, Object)

Invokes the PropertyChanged event

Namespace:  Cauldron.XAML.ViewModels
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
void RaisePropertyChanged(
	string propertyName,
	Object before,
	Object after
)

Parameters

propertyName
Type: SystemString
The name of the property where the value change has occured
before
Type: SystemObject
The value before the property value has changed
after
Type: SystemObject
The value after the property value has changed
See Also