DataGridCellEditEndingEventArgs Constructeur

Définition

Initialise une nouvelle instance de la classe 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)

Paramètres

column
DataGridColumn

Colonne qui contient la cellule pour laquelle l'événement s'est produit.

row
DataGridRow

Ligne qui contient la cellule pour laquelle l'événement s'est produit.

editingElement
FrameworkElement

Élément affiché par la cellule en mode d'édition.

editAction
DataGridEditAction

Valeur qui indique si la modification a été annulée ou validée.

S’applique à

Voir aussi