Triggers the rowResize event.
protected void onRowResize( CancelEvent event )
event
A CancelEvent object that provides the event data.
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