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