| ControlsHelperCausedPostBack Method (Boolean, Control) | 
            Determines whether any of given controls caused the postback.
            
 
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
 Syntax
Syntaxpublic static bool CausedPostBack(
	bool checkChildren,
	params Control[] controls
)
Parameters
- checkChildren
- Type: SystemBoolean
 Whether to check children within control hierarchy
- controls
- Type: System.Web.UIControl
 Controls to examine
Return Value
Type: 
BooleanTRUE if any of given controls caused the postback
 See Also
See Also