Click or drag to resize

RaisePropertyChangeAttribute Constructor

Initializes a new instance of RaisePropertyChangeAttribute.

Namespace:  Cauldron.XAML.ViewModels
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public RaisePropertyChangeAttribute(
	bool alsoTryChangeIsChangeProperty = false
)

Parameters

alsoTryChangeIsChangeProperty (Optional)
Type: SystemBoolean
If true tries to IsChanged property to true.
See Also