DataGrid.CellEditEnding Événement
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Se produit avant qu'une modification de cellule ne soit validée ou annulée.
public:
event EventHandler<System::Windows::Controls::DataGridCellEditEndingEventArgs ^> ^ CellEditEnding;
public event EventHandler<System.Windows.Controls.DataGridCellEditEndingEventArgs> CellEditEnding;
member this.CellEditEnding : EventHandler<System.Windows.Controls.DataGridCellEditEndingEventArgs>
Public Custom Event CellEditEnding As EventHandler(Of DataGridCellEditEndingEventArgs)
Public Event CellEditEnding As EventHandler(Of DataGridCellEditEndingEventArgs)
Type d'événement
Remarques
Vous pouvez annuler cet événement en définissant la Cancel propriété de l’argument true
e
sur dans le gestionnaire d’événements. Si elle est annulée, la cellule reste en mode édition.
Si cet événement n’est pas annulé, l’opération spécifiée EditAction est effectuée pour valider ou annuler la modification.