DataGrid.RowEditEnding Událost

Definice

Nastane před potvrzením nebo zrušením úpravy řádku.

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) 

Event Type

EventHandler<DataGridRowEditEndingEventArgs>

Poznámky

Tuto událost můžete zrušit nastavením Cancel vlastnosti argumentu e v true obslužné rutině události. Pokud je řádek zrušený, zůstane v režimu úprav.

Pokud tato událost není zrušena, zadaná EditAction událost se provede pro potvrzení nebo zrušení úprav.

Platí pro

Viz také