Microsoft SDK for Java

DataGrid.onColumnResize

Triggers the columnResize event.

Syntax

protected void onColumnResize( ColumnResizeEvent event )

Parameters

event

A ColumnResizeEvent object that provides the event data.

Remarks

The columnResize event occurs when a column is resized, either programmatically or by the user.

When overriding onColumnResize, be sure to call super.onColumnResize.

See Also   addOnColumnResize, removeOnColumnResize

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