Initializes a new instance of the MovedEventArgs 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 MovedEventArgs(
	double horizontalChange,
	double verticalChange
)
Visual Basic (Declaration)
Public Sub New ( _
	horizontalChange As Double, _
	verticalChange As Double _
)

Parameters

horizontalChange
Type: System..::.Double
The horizontal move amount.
verticalChange
Type: System..::.Double
The vertical move amount.

See Also