Share via


ColumnEditingEvent Class

Methods | Fields | This Package | All Packages

Provides data for the columnEditing event of the DataGrid control.

Event
  |
  +--ColumnEditingEvent

package com.ms.wfc.data.ui

public final class ColumnEditingEvent
extends
Event****

Remarks

The columnEditing event occurs when a cell enters edit mode. A ColumnEditingEvent object specifies the column that is being edited and the key that was pressed to trigger the event, and provides a flag to cancel the event.

For information about the WFC event model, see .