DataGrid.PreparingCellForEdit Événement

Définition

Se produit lorsqu'une cellule passe en mode édition.

public:
 event EventHandler<System::Windows::Controls::DataGridPreparingCellForEditEventArgs ^> ^ PreparingCellForEdit;
public event EventHandler<System.Windows.Controls.DataGridPreparingCellForEditEventArgs> PreparingCellForEdit;
member this.PreparingCellForEdit : EventHandler<System.Windows.Controls.DataGridPreparingCellForEditEventArgs> 
Public Custom Event PreparingCellForEdit As EventHandler(Of DataGridPreparingCellForEditEventArgs) 
Public Event PreparingCellForEdit As EventHandler(Of DataGridPreparingCellForEditEventArgs) 

Type d'événement

Remarques

Vous pouvez gérer cet événement pour modifier une cellule lorsqu’elle passe en mode édition.

Cet événement se produit après l’événement BeginningEdit si cet événement n’est pas annulé.

S’applique à