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

Represents drag routed event args.

Definition

Namespace:Telerik.Windows.Controls.Diagrams

Assembly:Telerik.Windows.Controls.Diagrams.dll

Syntax:

C#
public sealed class DragRoutedEventArgs : ItemsManipulationRoutedEventArgs

Inheritance: objectRadRoutedEventArgsDiagramItemsRoutedEventArgsItemsManipulationRoutedEventArgsDragRoutedEventArgs

Inherited Members ItemsManipulationRoutedEventArgs.MousePositionDiagramItemsRoutedEventArgs.Items

Constructors

Initializes a new instance of the DragRoutedEventArgs class.

C#
public DragRoutedEventArgs(RoutedEvent routedEvent, IEnumerable<IDiagramItem> items, Point oldPosition, Point newPosition)
Parameters:routedEventRoutedEvent

The routed event.

itemsIEnumerable<IDiagramItem>

The items.

oldPositionPoint

The old position.

newPositionPoint

The new position.

Initializes a new instance of the DragRoutedEventArgs class.

C#
public DragRoutedEventArgs(RoutedEvent routedEvent, IEnumerable<IDiagramItem> items)
Parameters:routedEventRoutedEvent

The routed event.

itemsIEnumerable<IDiagramItem>

The items.

Properties

Gets the StartMouse Position.

C#
public Point StartMousePosition { get; }