SourceView.PropertyChanged

Syntax

PropertyChanged: function(sender, args, timeout);

Parameters

sender. Event source.

args. Event information.

timeout. Time delay (milliseconds) after which the event is fired.

Description

The PropertyChanged event is fired after changing property value.

Example

The example of use is given in the description page of the GridView.EditMode property.

See also:

SourceView