resizeRow

resizeRow(table:          Table input;
          row:            Integer input;
          previousHeight: Integer input);

The resizeRow event method of the Table class occurs after the user has resized a row on a Table control using the mouse.

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

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