resizeColumn

resizeColumn(table:         Table input;
             column:        Integer input;
             previousWidth: Integer input);

The resizeColumn event of the Table class occurs after the user has resized a column on a Table control using the mouse.

The parameters for the resizeColumn event method are listed in the following table.

Parameter Description
table Table control whose column was resized
column Index of the column that has been resized
previousWidth Width of the column before the resize operation took place