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

Represents drag routed event args.

Definition

Namespace:Telerik.WinControls.UI.Diagrams

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

C#
public sealed class DragRoutedEventArgs : ItemsManipulationRoutedEventArgs

Inheritance: objectEventArgsRoutedEventArgsDiagramItemsRoutedEventArgsItemsManipulationRoutedEventArgsDragRoutedEventArgs...

Inherited Members ItemsManipulationRoutedEventArgs.MousePositionDiagramItemsRoutedEventArgs.ItemsRoutedEventArgs.HandledRoutedEventArgs.OriginalSourceRoutedEventArgs.RoutedEventRoutedEventArgs.SourceEventArgs.Empty...

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