Class DragRoutedEventArgs
Represents drag routed event args.
Inheritance
System.Object
DragRoutedEventArgs
Inherited Members
Namespace: Telerik.Windows.Controls.Diagrams
Assembly: Telerik.Windows.Controls.Diagrams.dll
Syntax
public sealed class DragRoutedEventArgs : ItemsManipulationRoutedEventArgs
Constructors
DragRoutedEventArgs(RoutedEvent, IEnumerable<IDiagramItem>)
Initializes a new instance of the DragRoutedEventArgs class.
Declaration
public DragRoutedEventArgs(RoutedEvent routedEvent, IEnumerable<IDiagramItem> items)
Parameters
RoutedEvent
routedEvent
The routed event. |
System.Collections.Generic.IEnumerable<IDiagramItem>
items
The items. |
DragRoutedEventArgs(RoutedEvent, IEnumerable<IDiagramItem>, Point, Point)
Initializes a new instance of the DragRoutedEventArgs class.
Declaration
public DragRoutedEventArgs(RoutedEvent routedEvent, IEnumerable<IDiagramItem> items, Point oldPosition, Point newPosition)
Parameters
RoutedEvent
routedEvent
The routed event. |
System.Collections.Generic.IEnumerable<IDiagramItem>
items
The items. |
System.Windows.Point
oldPosition
The old position. |
System.Windows.Point
newPosition
The new position. |
Properties
StartMousePosition
Gets the StartMouse Position.
Declaration
public Point StartMousePosition { get; }
Property Value
System.Windows.Point
|