Double click event handling on Node

Hello,

I would like to handle the double click event on the Node object.

I could not find a double click event in GoXam.Diagram class (like it is there for the LinkDrawn event).

We are following the MVVM architecture, Could you please let us know how to handle the double click event. Sample App for the same is highly appreciated.

If you search the samples for MouseLeftButtonDown event handlers, you can see how they call DiagramPanel.IsDoubleClick to decide whether or not it’s a double-click.