Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / PositionChangedEventArgs Class / PositionChangedEventArgs Constructor
Value for the PreviousPosition property.

In This Topic
    PositionChangedEventArgs Constructor
    In This Topic
    Initializes a new PositionChangedEventArgs.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal previousPosition As Point _
    )
    public PositionChangedEventArgs( 
       Point previousPosition
    )

    Parameters

    previousPosition
    Value for the PreviousPosition property.
    See Also