New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

C#
public class PositionChangedEventArgs : DiagramItemsEventArgs

Inheritance: objectEventArgsDiagramItemsEventArgsPositionChangedEventArgs

Derived Classes: DragItemsEventArgs

Inherited Members DiagramItemsEventArgs.ItemsEventArgs.Empty

Constructors

Initializes a new instance of the PositionChangedEventArgs class.

C#
public PositionChangedEventArgs(Point oldPosition, Point newPosition, IEnumerable<IDiagramItem> items)
Parameters:oldPositionPoint

The old position.

newPositionPoint

The 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; }