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

Значение, указывающее, отменена или зафиксирована правка.

Применяется к

См. также раздел