DataGridCellEditEndingEventArgs 构造函数

定义

初始化 DataGridCellEditEndingEventArgs 类的新实例。

public:
 DataGridCellEditEndingEventArgs(System::Windows::Controls::DataGridColumn ^ column, System::Windows::Controls::DataGridRow ^ row, System::Windows::FrameworkElement ^ editingElement, System::Windows::Controls::DataGridEditAction editAction);
public DataGridCellEditEndingEventArgs (System.Windows.Controls.DataGridColumn column, System.Windows.Controls.DataGridRow row, System.Windows.FrameworkElement editingElement, System.Windows.Controls.DataGridEditAction editAction);
new System.Windows.Controls.DataGridCellEditEndingEventArgs : System.Windows.Controls.DataGridColumn * System.Windows.Controls.DataGridRow * System.Windows.FrameworkElement * System.Windows.Controls.DataGridEditAction -> System.Windows.Controls.DataGridCellEditEndingEventArgs
Public Sub New (column As DataGridColumn, row As DataGridRow, editingElement As FrameworkElement, editAction As DataGridEditAction)

参数

column
DataGridColumn

发生此事件的单元格所在的列。

row
DataGridRow

发生此事件的单元格所在的行。

editingElement
FrameworkElement

单元格在编辑模式中显示的元素。

editAction
DataGridEditAction

一个值,指示编辑已取消还是已提交。

适用于

另请参阅