Assigns a delegate to the rowResize event.
public void addOnRowResize( CancelEventHandler handler )
handler
The CancelEventHandler delegate to be notified when the event occurs.
The rowResize event occurs when a row is resized, either programmatically or by the user. To programmatically resize rows, call setRowHeight.
Note Rows can be resized only if the allowRowSizing property is set to true.
Canceling the rowResize event restores the previous height of the rows.
See Also removeOnRowResize