MaskEdit.ValueChanged

Syntax

ValueChanged: function(sender, args)

Parameters

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.

Description

The ValueChanged event occurs after changing the input editor value.

Example

The example of event use is given in description of the MaskEdit.AllowedSymbols property.

See also:

MaskEdit