Microsoft SDK for Java

DataGrid.onRowResize

Triggers the rowResize event.

Syntax

protected void onRowResize( CancelEvent event )

Parameters

event

A CancelEvent object that provides the event data.

Remarks

The rowResize event occurs when a row is resized, either programmatically or by the user.

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

See Also   addOnRowResize, removeOnRowResize

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