Class DragItemsEventArgs
Inherited Members
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class DragItemsEventArgs : PositionChangedEventArgs
Constructors
DragItemsEventArgs()
DragItemsEventArgs(Point, Point, IEnumerable<IDiagramItem>)
Initializes a new instance of the DragItemsEventArgs class.
Declaration
public DragItemsEventArgs(Point oldPosition, Point newPosition, IEnumerable<IDiagramItem> items)
Parameters
System.Windows.Point
oldPosition
The old position. |
System.Windows.Point
newPosition
The new position. |
System.Collections.Generic.IEnumerable<IDiagramItem>
items
The items. |
Properties
DragOverShape
Gets or sets the drop over shape.
Declaration
public IDragDropAware DragOverShape { get; set; }
Property Value
IDragDropAware
The drop over shape. |