ColumnResizeEvent.ColumnResizeEvent

Overview | Methods | Fields | This Package | All Packages

ColumnResizeEvent.ColumnResizeEvent

Creates a columnResizeEvent object.

Syntax

public ColumnResizeEvent( int column, int newWidth, boolean cancel )

Parameters

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.