Determines whether any child controls of given control caused the postback.
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- parent
- Type: System.Web.UI Control
Parent control
- recursive (Optional)
- Type: System Boolean
Indicates whether the whole control tree should be searched or just first level of children.
Return Value
Type: BooleanSee Also