Click or drag to resize

RegisterChildrenAttribute Constructor

Initializes a new instance of RegisterChildrenAttribute.

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 RegisterChildrenAttribute(
	bool propagatesIsChange = false,
	bool propagatesIsLoading = false
)

Parameters

propagatesIsChange (Optional)
Type: SystemBoolean
If true, changes to the IsChanged property will be propagated to the parent viewmodel.
propagatesIsLoading (Optional)
Type: SystemBoolean
If true, changes to the IsLoading property will be propagated to the parent viewmodel.
Exceptions
ExceptionCondition
ExceptionAttributed property is static.
See Also