Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public class PositionChangedEventArgs : DiagramItemsEventArgs
Inheritance: objectEventArgsDiagramItemsEventArgsPositionChangedEventArgs
Derived Classes:
Inherited Members
Constructors
Initializes a new instance of the PositionChangedEventArgs class.
C#
public PositionChangedEventArgs(Point oldPosition, Point newPosition, IEnumerable<IDiagramItem> items)
The old position.
newPositionPointThe new position.
itemsIEnumerable<IDiagramItem>The items.
Properties
Gets the new value.
C#
public Point NewPosition { get; }
Gets the old value.
C#
public Point OldPosition { get; }