Version

ValueChanged Field (CheckBoxEditorClientEvents)

Event which is raised after value in editor was changed. Function takes arguments evt and ui.

Use ui.owner to obtain reference to igEditor.

Use ui.newValue to obtain the new value.

Use ui.newState to obtain the new state.

Use ui.element to obtain reference to the DOM element.

Use ui.editorInput obtain reference to the editor input.
Syntax
'Declaration
 
Public Shadows Const ValueChanged As System.String
public new const System.string ValueChanged
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub