Hi,
I have multiples Map tools visible in Modify Features dockpane or those tools can also be opened using a separate buttons. These tools also have embeddable control attached to it therefore it will have its own view and view model.
I need an event like OnShow in the dock pane that usually gets triggered when hiding or pining/unpinning the dockpane for my map tools. So basically I need an event that gets triggered when map tool is pinned/unpinned.
Do we have something like that?
Hi,
There is ActiveToolChangedEvent which arrives when active tool changes. Maybe it could help you.