Initializes a new instance of the DiagramNodeToolDroppedEventArgs class.

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

Syntax

C#
public DiagramNodeToolDroppedEventArgs(
	IDiagramNodeBuilder builder,
	Rect bounds
)
Visual Basic (Declaration)
Public Sub New ( _
	builder As IDiagramNodeBuilder, _
	bounds As Rect _
)

Parameters

builder
Type: Mindscape.WpfDiagramming.Foundation..::.IDiagramNodeBuilder
The IDiagramNodeBuilder associated with the dropped tool.
bounds
Type: System.Windows..::.Rect
The bounds of the drop, in tool coordinates.

See Also