Click or drag to resize
ControlsHelperCausedPostBack Method (Control)
Determines whether any of given controls caused the postback.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public static bool CausedPostBack(
	params Control[] controls
)

Parameters

controls
Type: System.Web.UIControl
Controls to examine

Return Value

Type: Boolean
TRUE if any of given controls caused the postback
See Also