| ControlsHelperCausedPostBack Method (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
Syntaxpublic static bool CausedPostBack(
	params Control[] controls
)
Parameters
- controls
 - Type: System.Web.UIControl
Controls to examine 
Return Value
Type: 
BooleanTRUE if any of given controls caused the postback
See Also