Get Deleted Item in ItemChanging event of BindingList
问题 I am using Binding List in my application along with ItemChanged event. Is there any way I could know the previous values of properties in ItemChanged event. Currently I am adding a separate property named 'OldValue' to achieve this. Is there any way to know about the deleted item in item changed event. I am not able to find any way to know which item has been deleted from the list. 回答1: If I understand correctly, you want to get info about item which was deleted from binding list. I think