Class DragRoutedEventArgs
Represents drag routed event args.
Inheritance
System.Object
DragRoutedEventArgs
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 Drag
Declaration
public DragRoutedEventArgs(RoutedEvent routedEvent, IEnumerable<IDiagramItem> items)
Parameters
System. The routed event. |
System. The items. |
DragRoutedEventArgs(RoutedEvent, IEnumerable<IDiagramItem>, Point, Point)
Initializes a new instance of the Drag
Declaration
public DragRoutedEventArgs(RoutedEvent routedEvent, IEnumerable<IDiagramItem> items, Point oldPosition, Point newPosition)
Parameters
System. The routed event. |
System. The items. |
System. The old position. |
System. The new position. |
Properties
StartMousePosition
Gets the StartMouse Position.
Declaration
public Point StartMousePosition { get; }
Property Value
System.
|