Encapsulates information about position changed event.
Definition
Namespace:Telerik.WinControls.UI.Diagrams
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public class PositionChangedRoutedEventArgs : CancelingEventArgs
Inheritance: objectEventArgsCancelingEventArgsPositionChangedRoutedEventArgs
Inherited Members
Constructors
Initializes a new instance of the PositionChangedRoutedEventArgs class.
C#
public PositionChangedRoutedEventArgs()
Initializes a new instance of the PositionChangedRoutedEventArgs class.
Properties
Gets the new position.
C#
public Point NewPosition { get; }
Gets the old position.
C#
public Point OldPosition { get; }