ComponentOne Basic Library for WPF and Silverlight
PositionChangedEventArgs Constructor


C1.WPF Namespace > PositionChangedEventArgs Class : PositionChangedEventArgs Constructor
Value for the PreviousPosition property.
Initializes a new PositionChangedEventArgs.
Syntax
'Declaration
 
Public Function New( _
   ByVal previousPosition As System.Windows.Point _
)
'Usage
 
Dim previousPosition As System.Windows.Point
 
Dim instance As New PositionChangedEventArgs(previousPosition)
public PositionChangedEventArgs( 
   System.Windows.Point previousPosition
)

Parameters

previousPosition
Value for the PreviousPosition property.
See Also

Reference

PositionChangedEventArgs Class
PositionChangedEventArgs Members