Called whenever a mouse button is pressed over this DiagramConnectionTool. This method sets the current cursor action to be a new CreateConnectionCursorAction. This method does nothing if the ToolScope property is set to null.

Namespace:  Mindscape.WpfDiagramming
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
protected override void OnClick()
Visual Basic (Declaration)
Protected Overrides Sub OnClick

See Also