DragItemsEventArgs
Class
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public class DragItemsEventArgs : PositionChangedEventArgs
Inheritance: objectEventArgsDiagramItemsEventArgsPositionChangedEventArgsDragItemsEventArgs
Inherited Members
Constructors
Initializes a new instance of the DragItemsEventArgs class.
C#
public DragItemsEventArgs()
Initializes a new instance of the DragItemsEventArgs class.
C#
public DragItemsEventArgs(Point oldPosition, Point newPosition, IEnumerable<IDiagramItem> items)
The old position.
newPositionPointThe new position.
itemsIEnumerable<IDiagramItem>The items.
Properties
Gets or sets the drop over shape.
C#
public IDragDropAware DragOverShape { get; set; }
The drop over shape.