Triggers the columnResize event.
protected void onColumnResize( ColumnResizeEvent event )
event
A ColumnResizeEvent object that provides the event data.
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