Triggers the selChange event.
protected void onSelChange( CancelEvent event )
event
A CancelEvent object that provides the event data.
The selChange event occurs when rows or columns are selected in the grid, either programmatically or by the user.
When overriding onSelChange, be sure to call super.onSelChange.
See Also addOnSelChange, removeOnSelChange