Version

ValueChanging Field (CheckBoxEditorClientEvents)

Event which is raised before value in editor was changed. Return false in order to cancel change. 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.oldValue to obtain the old value.

Use ui.oldState to obtain the old 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 ValueChanging As System.String
public new const System.string ValueChanging
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