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
Значение, указывающее, отменена или зафиксирована правка.