Class DragRoutedEventArgs
Represents drag routed event args.
Inheritance
System.Object
System.EventArgs
DragRoutedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Diagrams
Assembly: Telerik.WinControls.RadDiagram.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. |
Point
oldPosition
The old position. |
Point
newPosition
The new position. |
Properties
StartMousePosition
Gets the StartMouse Position.
Declaration
public Point StartMousePosition { get; }
Property Value
Point
|