Class PositionChangedEventArgs
Inherited Members
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class PositionChangedEventArgs : DiagramItemsEventArgs
Constructors
PositionChangedEventArgs(Point, Point, IEnumerable<IDiagramItem>)
Initializes a new instance of the Position
Declaration
public PositionChangedEventArgs(Point oldPosition, Point newPosition, IEnumerable<IDiagramItem> items)
Parameters
System. The old position. |
System. The new position. |
System. The items. |
Properties
NewPosition
Gets the new value.
Declaration
public Point NewPosition { get; }
Property Value
System.
|
OldPosition
Gets the old value.
Declaration
public Point OldPosition { get; }
Property Value
System.
|