Creates a ColumnUpdatingEvent object.
public ColumnUpdatingEvent( int column, String oldValue, boolean cancel )
column
The zero-based index of the column that is being updated.
oldValue
The previous value in the column (before the value was changed).
cancel
The default value of the cancel flag. Set to true to cancel the event; otherwise, set to false.