I have experience developing add-ins with ArcObjects, but I'm new to C# and the MVVM programming pattern. I've been reviewing community samples on GitHub and listening to video demonstrations from Esri, but haven't quite figured out how to utilize multiple Esri controls in ArcGIS Pro.
Workflow:
1. Select point features using MapTool and open Dockpane
2. For each selected point, a row should be added to the ListView control in the Dockpane
3. Business logic will be applied to point features in ListView with the use of a button in Dockpane
I've attached my visual studio solution used to tinker with this idea and functionality. I have a relay command tied to the buttons that will load rows to the ListView, but I want that to be automated once a user creates a new selection from the MapTool. I'm open to learning best practices, but this is all I have so far.
Thank you in advance!