UniSelectorRaiseSelectionChanged Method |
Raises the OnSelectionChanged event.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax 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