The latest .net 8 release has brought new features that now make it possible to use the MVVM pattern in windows forms projects in a serious way.
My question is, is it possible to assign the datagrid's row click or row double click event handler to the new ICommand (as is already possible for Button). This would allow these methods to be placed in the ViewModel as the MVVM pattern suggests?If this is possible in some way, please provide a sample solution.
Thanks