DataGridRowEditEndingEventArgs(DataGridRow, DataGridEditAction) Конструктор

Определение

Инициализирует новый экземпляр класса DataGridRowEditEndingEventArgs.

public:
 DataGridRowEditEndingEventArgs(System::Windows::Controls::DataGridRow ^ row, System::Windows::Controls::DataGridEditAction editAction);
public DataGridRowEditEndingEventArgs (System.Windows.Controls.DataGridRow row, System.Windows.Controls.DataGridEditAction editAction);
new System.Windows.Controls.DataGridRowEditEndingEventArgs : System.Windows.Controls.DataGridRow * System.Windows.Controls.DataGridEditAction -> System.Windows.Controls.DataGridRowEditEndingEventArgs
Public Sub New (row As DataGridRow, editAction As DataGridEditAction)

Параметры

row
DataGridRow

Строка, относительно которой произошло событие.

editAction
DataGridEditAction

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

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

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