Click or drag to resize

DependencyHandlerUpdateControlState Method (IPropertyManagerPageControlEx, IPropertyManagerPageControlEx)

Note: This API is now obsolete.

[Missing <summary> documentation for "M:CodeStack.SwEx.PMPage.Base.DependencyHandler.UpdateControlState(CodeStack.SwEx.PMPage.Controls.IPropertyManagerPageControlEx,CodeStack.SwEx.PMPage.Controls.IPropertyManagerPageControlEx[])"]

Namespace:  CodeStack.SwEx.PMPage.Base
Assembly:  CodeStack.SwEx.PMPage (in CodeStack.SwEx.PMPage.dll) Version: 0.7.2.0 (0.7.2.0)
Syntax
[ObsoleteAttribute("This method has been deprecated and replaced with UpdateControlState(IPropertyManagerPageElementEx, IPropertyManagerPageElementEx[])")]
protected virtual void UpdateControlState(
	IPropertyManagerPageControlEx control,
	IPropertyManagerPageControlEx[] parents
)

Parameters

control
Type: CodeStack.SwEx.PMPage.ControlsIPropertyManagerPageControlEx

[Missing <param name="control"/> documentation for "M:CodeStack.SwEx.PMPage.Base.DependencyHandler.UpdateControlState(CodeStack.SwEx.PMPage.Controls.IPropertyManagerPageControlEx,CodeStack.SwEx.PMPage.Controls.IPropertyManagerPageControlEx[])"]

parents
Type: CodeStack.SwEx.PMPage.ControlsIPropertyManagerPageControlEx

[Missing <param name="parents"/> documentation for "M:CodeStack.SwEx.PMPage.Base.DependencyHandler.UpdateControlState(CodeStack.SwEx.PMPage.Controls.IPropertyManagerPageControlEx,CodeStack.SwEx.PMPage.Controls.IPropertyManagerPageControlEx[])"]

See Also