Class
DragRoutedEventArgs

Represents drag routed event args.

Definition

Namespace:Telerik.WinControls.UI.Diagrams

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

cs-api-definition
public sealed class DragRoutedEventArgs : ItemsManipulationRoutedEventArgs

Inheritance: objectEventArgsRoutedEventArgsDiagramItemsRoutedEventArgsItemsManipulationRoutedEventArgsDragRoutedEventArgs

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

Constructors

DragRoutedEventArgs(RoutedEvent, IEnumerable<IDiagramItem>)

Initializes a new instance of the DragRoutedEventArgs class.

Declaration

cs-api-definition
public DragRoutedEventArgs(RoutedEvent routedEvent, IEnumerable<IDiagramItem> items)

Parameters

routedEvent

RoutedEvent

The routed event.

items

IEnumerable<IDiagramItem>

The items.

DragRoutedEventArgs(RoutedEvent, IEnumerable<IDiagramItem>, Point, Point)

Initializes a new instance of the DragRoutedEventArgs class.

Declaration

cs-api-definition
public DragRoutedEventArgs(RoutedEvent routedEvent, IEnumerable<IDiagramItem> items, Point oldPosition, Point newPosition)

Parameters

routedEvent

RoutedEvent

The routed event.

items

IEnumerable<IDiagramItem>

The items.

oldPosition

Point

The old position.

newPosition

Point

The new position.

Properties

StartMousePosition

Gets the StartMouse Position.

Declaration

cs-api-definition
public Point StartMousePosition { get; }

Property Value

Point