ClassDragRoutedEventArgs
Class
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
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
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
The routed event.
items
IEnumerable<IDiagramItem>
The items.
oldPosition
The old position.
newPosition
The new position.
Properties
StartMousePosition
Gets the StartMouse Position.