ValueChanged: function(sender, args)
sender. Event source.
args. Information on the event. Arguments: Event - occurred event, OldValue - old value of the input editor, NewValue - new value of the input editor.
The ValueChanged event occurs after changing the input editor value.
The example of event use is given in description of the MaskEdit.AllowedSymbols property.
See also: