Capture the event when a user clicks on a node in a flowchart

Applies to: Nevron Diagram for .NET

How to capture the event when a user clicks on a node in a flowchart?

You should use the diagram services and especially the NViewEventSinkService of the NView class.

The idea is that you have to install a node event listener for the event you wish to subscribe for. For example to capture the event when a user clicks on a node - the NodeClick or the NodeMouseDown event.

Article ID: 25, Created On: 10/1/2010, Modified: 11/15/2010