TextChanged: function(sender, args);
sender. Event source.
args. Information on the event. Arguments:
Value. Value.
OldValue. Previous value.
NewContent. Contents.
OldContent. Previous contents.
The TextChanged event occurs after text change.
The event use is given in description of the SignaturesEditor.Items property.
See also: