DataGrid.CellEditEnding Evento

Definizione

Si verifica prima che venga eseguito il commit o l'annullamento della modifica di una cella.

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) 

Tipo evento

EventHandler<DataGridCellEditEndingEventArgs>

Commenti

È possibile annullare questo evento impostando la Cancel proprietà dell'argomento e su true nel gestore eventi. Se annullata, la cella rimane in modalità di modifica.

Se questo evento non viene annullato, l'oggetto specificato EditAction verrà eseguito per eseguire il commit o annullare la modifica.

Si applica a

Vedi anche