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