ArcGis Pro SDK 3.0
Hi
I am trying to achieve a funtionality in my addin where a user can search for a roadreference through both text-search and by sending a point to an api and getting a roadreference in return.
I am using an MapTool with an embeddble control that contains a textbox and a button which submits the search-request to an api.
Is there a way of binding an button or enter-keydown event to an MapTool method, so that the business logic of things can be handled in the MapTool-class? If I have understood MVVM correctly it is a big no-no to write business logic in the code-behind part of the embeddable control, so I am trying to keep it away from that.
All replies are more than welcome, and even a push in the right direction on this one makes Jack a very happy boy.
Kind regards
Tor