Overview | Methods | Fields | This Package | All Packages
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