I am having trouble getting this event to work. I want the document view to tell me anytime the mouse has entered a node on that drawing.
I have created an event handler for DocView.EventSinkService.NodeMouseEnter but it never appears to fire.
If I hook up to each shapes EventSinkService.NodeMouseEnter I can then get the event, but not on the docview directly.
The problem is I might have loaded a doc with 100 existing shapes. Do I have to iterate over all the shapes and hook up their mouseEnter event at load time? I might be misunderstanding. I was hoping the doc view could be a single place to hook that up.
Do I have to hook each shape individually? Other events like NodeSelected I was able to hook up at the DocView level.
Thanks in advance,
Jason