Creates a columnResizeEvent object.
public ColumnResizeEvent( int column, int newWidth, boolean cancel )
column
The zero-based index of the column that is being resized.
newWidth
The new width of the column.
cancel
The default value of the cancel flag. Set to true to cancel the event; otherwise, set to false.