ColumnUpdatingEvent.ColumnUpdatingEvent

Overview | Methods | Fields | This Package | All Packages

ColumnUpdatingEvent.ColumnUpdatingEvent

Creates a ColumnUpdatingEvent object.

Syntax

public ColumnUpdatingEvent( int column, String oldValue, boolean cancel )

Parameters

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.