Click or drag to resize

DependencyHandlerUpdateControlState Method (IPropertyManagerPageElementEx, IPropertyManagerPageElementEx)

Called when the control state needs to be updated (i.e. one of the parent dependency controls has changed its value)

Namespace:  CodeStack.SwEx.PMPage.Base
Assembly:  CodeStack.SwEx.PMPage (in CodeStack.SwEx.PMPage.dll) Version: 0.7.2.0 (0.7.2.0)
Syntax
protected virtual void UpdateControlState(
	IPropertyManagerPageElementEx control,
	IPropertyManagerPageElementEx[] parents
)

Parameters

control
Type: CodeStack.SwEx.PMPage.ControlsIPropertyManagerPageElementEx
This is a source control decorated with DependentOnAttribute
parents
Type: CodeStack.SwEx.PMPage.ControlsIPropertyManagerPageElementEx
Dependency controls. These are the controls passed as the parameter to DependentOnAttribute
See Also