DataGridCellEditEndingEventArgs Constructor
Silverlight
Instantiates a new instance of the DataGridCellEditEndingEventArgs class.
Namespace: System.Windows.Controls
Assembly: System.Windows.Controls.Data (in System.Windows.Controls.Data.dll)
public DataGridCellEditEndingEventArgs(
DataGridColumn column,
DataGridRow row,
FrameworkElement editingElement,
DataGridEditAction editAction
)
Parameters
- column
- Type: System.Windows.Controls.DataGridColumn
The column that contains the cell that is about to exit edit mode.
- row
- Type: System.Windows.Controls.DataGridRow
The row that contains the cell that is about to exit edit mode.
- editingElement
- Type: System.Windows.FrameworkElement
The element displayed when the cell is in edit mode.
- editAction
- Type: System.Windows.Controls.DataGridEditAction
The DataGridEditAction that indicates whether the edit will be committed or canceled.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.