Click or drag to resize
UniSelectorRaiseSelectionChanged Method
Raises the OnSelectionChanged event.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax
C#
protected void RaiseSelectionChanged(
	bool registerChangedScript = true
)

Parameters

registerChangedScript (Optional)
Type: SystemBoolean
Indicates whether JavaScript code, which marks this control as changed, should be rendered.
See Also