Provides data for the columnEditing event of the DataGrid control.
Event | +--ColumnEditingEvent
package com.ms.wfc.data.ui
public final class ColumnEditingEvent
extends Event
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 Handling Events in WFC.