Click or drag to resize

RegisterChildrenAttributeOnInitialize Method

Invoked if the declaring class is initialized.

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 void OnInitialize(
	PropertyInterceptionInfo propertyInterceptionInfo,
	Object value
)

Parameters

propertyInterceptionInfo
Type: Cauldron.InterceptionPropertyInterceptionInfo
An object that containes information about the intercepted method
value
Type: SystemObject
The current value of the property

Implements

IPropertyInterceptorInitializeOnInitialize(PropertyInterceptionInfo, Object)
See Also