Initializes a new instance of the ToolCursorAction<(Of <(TTool>)>) class.

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

Syntax

C#
protected ToolCursorAction(
	TTool tool
)
Visual Basic (Declaration)
Protected Sub New ( _
	tool As TTool _
)

Parameters

tool
Type: TTool
The tool associated with the cursor action.

See Also