Initializes a new PositionChangedEventArgs.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public PositionChangedEventArgs(
	Point previousPosition
)
Visual Basic
Public Sub New ( _
	previousPosition As Point _
)

Parameters

previousPosition
Type: System.Windows..::..Point
Value for the PreviousPosition property.

See Also