PropertyChanged: function(sender, args, timeout);
sender. Event source.
args. Event information.
timeout. Time delay (milliseconds) after which the event is fired.
The PropertyChanged event is fired after changing property value.
The example of use is given in the description page of the GridView.EditMode property.
See also: