| RaisePropertyChangeAttribute Constructor |
Namespace:
Cauldron.XAML.ViewModels
Assembly:
Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax public RaisePropertyChangeAttribute(
bool alsoTryChangeIsChangeProperty = false
)
Parameters
- alsoTryChangeIsChangeProperty (Optional)
- Type: SystemBoolean
If true tries to IsChanged property to true.
See Also