Share via


ColumnUpdatingEvent Class

Methods | Fields | This Package | All Packages

Provides data for the columnUpdating event of the DataGrid control.

Event
  |
  +--ColumnUpdatingEvent

package com.ms.wfc.data.ui

public final class ColumnUpdatingEvent
extends
Event****

Remarks

The columnUpdating event occurs after the user changes the value of a cell in the grid but before the new value has been written to the underlying recordset. A ColumnUpdatingEvent object specifies the column that is being updated and the previous value of the cell, and provides a flag to cancel the update.

For information about the WFC event model, see .