Initializes a new instance of the ToolDroppedEventArgs 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#
public ToolDroppedEventArgs(
	IInputElement droppedOn,
	double left,
	double top,
	double width,
	double height
)
Visual Basic (Declaration)
Public Sub New ( _
	droppedOn As IInputElement, _
	left As Double, _
	top As Double, _
	width As Double, _
	height As Double _
)

Parameters

droppedOn
Type: System.Windows..::.IInputElement
The element on which the tool is being dropped.
left
Type: System..::.Double
The x-coordinate of the drop bounds.
top
Type: System..::.Double
The y-coordinate of the drop bounds.
width
Type: System..::.Double
The width of the drop bounds.
height
Type: System..::.Double
The height of the drop bounds.

See Also