Event before object is removed from datagridview
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, If I use the tab to go through the datagridview it is added automatically a new item. Here I use the ListChanged Event and ItemAdded to Update another internal list. To hold the list up to date I have to remove also the items when a row is removed. When I have made no changes to the Item and I press in the last cell another time the tab key the last row is removed, and after that another time added. But now I have the problem that I can't find any event which happens before the row is removed to hold my list uptodate... Has anyone an idea? Regards Hansjörg