ControlsHelperCausedPostBack Method (Control) |
Determines whether any of given controls caused the postback.
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax public 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