ClassPositionChangedEventArgs
Class
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
cs-api-definition
public class PositionChangedEventArgs : DiagramItemsEventArgs
Inheritance: objectEventArgsDiagramItemsEventArgsPositionChangedEventArgs
Derived Classes:
Inherited Members
Constructors
PositionChangedEventArgs(Point, Point, IEnumerable<IDiagramItem>)
Initializes a new instance of the PositionChangedEventArgs class.
Declaration
cs-api-definition
public PositionChangedEventArgs(Point oldPosition, Point newPosition, IEnumerable<IDiagramItem> items)
Parameters
oldPosition
The old position.
newPosition
The new position.
items
IEnumerable<IDiagramItem>
The items.
Properties
NewPosition
Gets the new value.
OldPosition
Gets the old value.