DataGrid.RowEditEnding Zdarzenie

Definicja

Występuje przed zatwierdzanie lub anulowanie edycji wiersza.

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

Typ zdarzenia

Uwagi

To zdarzenie można anulować, ustawiając Cancel właściwość argumentu e na true w procedurze obsługi zdarzeń. Jeśli zostanie anulowany, wiersz pozostanie w trybie edycji.

Jeśli to zdarzenie nie zostanie anulowane, określone EditAction zostanie wykonane w celu zatwierdzenia lub anulowania edycji.

Dotyczy

Zobacz też