ColumnEditingEvent.ColumnEditingEvent

Overview | Methods | Fields | This Package | All Packages

ColumnEditingEvent.ColumnEditingEvent

Creates a ColumnEditingEvent object.

Syntax

public ColumnEditingEvent( int column, int keyAscii, boolean cancel )

Parameters

column

The zero-based index of the column that is being edited.

keyAscii

The ASCII value for the key that was pressed that caused the event to occur. This value is 0 if the user pressed F2 or used the mouse to enter edit mode.

cancel

The default value of the cancel flag. Set to true to cancel the event; otherwise, set to false.