Microsoft SDK for Java

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.