This topic has not yet been rated - Rate this topic

DataGridCellEditEndingEventArgs Constructor

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.

Silverlight

Supported in: 5, 4, 3

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.