EaxGridView.StructureChanged

Syntax

StructureChanged: function (sender, args);

Parameters

sender. Event source.

args. Event information. Available arguments: ChangedStruct - table structure.

Description

The StructureChanged event occurs on changing the table structure: on resizing rows and columns.

Example

The example of event use is given on the Example of Creating the EaxGrid Component page.

See also:

EaxGridView