WPF不支持RowEditEnded事件。 获取e.row可以使用以下代码BindedClass ac= (BindedClass)dataGridControl.SelectedItem; var prop1 = ac.Prop1; var prop2 = ac.Prop2;