Click or drag to resize
ControlsHelperChildCausedPostBack Method

Note: This API is now obsolete.

Determines whether any child controls of given control caused the postback.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This methods is obsolete, use method CausedPostBack")]
public static bool ChildCausedPostBack(
	Control parent,
	bool recursive = true
)

Parameters

parent
Type: System.Web.UIControl
Parent control
recursive (Optional)
Type: SystemBoolean
Indicates whether the whole control tree should be searched or just first level of children.

Return Value

Type: Boolean
See Also