ControlsHelper ChildCausedPostBack Method Kentico 8.0 API Reference
Determines whether any child controls of given control caused the postback.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

parent
Type: OnlineSystem.Web.UI Control
Parent control
recursive (Optional)
Type: OnlineSystem Boolean
Indicates whether the whole control tree should be searched or just first level of children.

Return Value

Type: OnlineBoolean
See Also