WPF DataGrid - cell's new value after edit ending

后端 未结 2 2062
伪装坚强ぢ
伪装坚强ぢ 2021-01-17 16:57

In my system I need to capture and send the old and new value of a cell edit. I\'ve read that you can do this by inspecting the EditingElement of the event DataGridCellEditE

2条回答
  •  天命终不由人
    2021-01-17 17:08

    Try to bind into NotifyOnTargetUpdated - hope this is what you are looking for

    
        
            
                
                    
                
            
        
    
    

提交回复
热议问题