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,
	Point pt
)
Visual Basic (Declaration)
Public Sub New ( _
	inputElement As IInputElement, _
	pt As Point _
)

Parameters

inputElement
Type: System.Windows..::.IInputElement
The IInputElement of the ToolThumb.
pt
Type: System.Windows..::.Point
The position of the top left corner of the actual bounds.

See Also