Microsoft SDK for Java

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.