Version

TextChanged Field

Event which is raised after text in the editor was changed. It can be raised when keyUp event occurs, or when the clear button is clicked or when an item from a list is selected. Function takes arguments evt and ui.

Use ui.owner to obtain reference to igEditor.

Use ui.text to obtain new text

Use ui.oldText to obtain the old text.
Syntax
'Declaration
 
Public Const TextChanged As System.String
public const System.string TextChanged
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