Microsoft SDK for Java

DataGrid.onColumnEditing

Triggers the columnEditing event.

Syntax

protected void onColumnEditing( ColumnEditingEvent event )

Parameters

event

A ColumnEditingEvent object that provides the event data.

Remarks

The columnEditing event occurs when a cell enters edit mode. For more information, see the DataGrid Control overview.

When overriding onColumnEditing, be sure to call super.onColumnEditing.

See Also   addOnColumnEditing, removeOnColumnEditing

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