DataGridCellEditEndingEventArgs Constructor
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Instantiates a new instance of the DataGridCellEditEndingEventArgs class.
Namespace: System.Windows.Controls
Assembly: System.Windows.Controls.Data (in System.Windows.Controls.Data.dll)
Syntax
'Declaration
Public Sub New ( _
column As DataGridColumn, _
row As DataGridRow, _
editingElement As FrameworkElement, _
editAction As DataGridEditAction _
)
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.
Version Information
Silverlight
Supported in: 5, 4, 3
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.