ClassDragRoutedEventArgs
Class
Represents drag routed event args.
Definition
Namespace:Telerik.Windows.Controls.Diagrams
Assembly:Telerik.Windows.Controls.Diagrams.dll
Syntax:
cs-api-definition
public sealed class DragRoutedEventArgs : ItemsManipulationRoutedEventArgs
Inheritance: objectRadRoutedEventArgsDiagramItemsRoutedEventArgsItemsManipulationRoutedEventArgsDragRoutedEventArgs
Inherited Members
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
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
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