Click or drag to resize

IPropertyGetterInterceptorOnGet Method

Invoked if the intercepted property getter has been called

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