Initializes a new instance of the QueryDropPositionEventArgs 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 QueryDropPositionEventArgs(
	IInputElement inputElement,
	Rect bounds
)
Visual Basic (Declaration)
Public Sub New ( _
	inputElement As IInputElement, _
	bounds As Rect _
)

Parameters

inputElement
Type: System.Windows..::.IInputElement
The IInputElement of the ToolThumb.
bounds
Type: System.Windows..::.Rect
The actual bounds of the IInputElement of the ToolThumb.

See Also