Click or drag to resize

IPropertyInterceptorInitializeOnInitialize Method

Invoked if the declaring class is initialized.

Namespace:  Cauldron.Interception
Assembly:  Cauldron.Interception (in Cauldron.Interception.dll) Version: 1.0.0
Syntax
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
See Also