GridView.StructureChanged

Syntax

StructureChanged: function(sender, args, timeout);

Parameters

sender. Event source.

args. Event information.

timeout. Time delay (milliseconds) after which the event occurs.

Description

The StructureChanged event occurs after table structure is changed.

Example

The example of use is given in the page with description of the GridView.Edited event.

See also:

GridView