DataGridCellEditEndingEventArgs Construtor
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Inicializa uma nova instância da DataGridCellEditEndingEventArgs classe.
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)
Parâmetros
- column
- DataGridColumn
A coluna que contém a célula para a qual o evento ocorreu.
- row
- DataGridRow
A linha que contém a célula para a qual o evento ocorreu.
- editingElement
- FrameworkElement
O elemento que a célula apresenta em modo de edição.
- editAction
- DataGridEditAction
Um valor que indica se a edição foi cancelada ou confirmada.