Looking for something that replaces the event DataGridView.SelectionChanging
.NET (Core and Framework)
2
Posts
1
Posters
0
Views
1
Watching
-
what event happens immediately fater user changes the collection selection. I want to get access to the selected item collection before it is actually changed so I can either rollback or acces the previous selected collection indexes. thanks
Shimi
-
what event happens immediately fater user changes the collection selection. I want to get access to the selected item collection before it is actually changed so I can either rollback or acces the previous selected collection indexes. thanks
Shimi
meanwhile I am using CellMouseEnter this does the work though it reduces performance
Shimi