Hello:
I would like to perform an action on an item when it is removed from a
BindingList<T>. However, I can only find out how to get the old index
of the item, which doesn't really help me.
Is there a way to get at the removed item?
Thanks,
Travis
I would like to perform an action on an item when it is removed from a
BindingList<T>. However, I can only find out how to get the old index
of the item, which doesn't really help me.
Is there a way to get at the removed item?
Thanks,
Travis
Comment