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 Drag
Declaration
public DragItemsEventArgs(Point oldPosition, Point newPosition, IEnumerable<IDiagramItem> items)
Parameters
System. The old position. |
System. The new position. |
System. The items. |
Properties
DragOverShape
Gets or sets the drop over shape.
Declaration
public IDragDropAware DragOverShape { get; set; }
Property Value
IDrag The drop over shape. |