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,
	Rect bounds
)
Visual Basic (Declaration)
Public Sub New ( _
	droppedOn As IInputElement, _
	bounds As Rect _
)

Parameters

droppedOn
Type: System.Windows..::.IInputElement
The element on which the tool was dropped.
bounds
Type: System.Windows..::.Rect
The bounds of the drop, in thumb coordinates.

See Also