Class
DragItemsEventArgs

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

cs-api-definition
public class DragItemsEventArgs : PositionChangedEventArgs

Inheritance: objectEventArgsDiagramItemsEventArgsPositionChangedEventArgsDragItemsEventArgs

Inherited Members PositionChangedEventArgs.OldPositionPositionChangedEventArgs.NewPositionDiagramItemsEventArgs.ItemsEventArgs.Empty

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

IEnumerable<IDiagramItem>

The items.

Properties

DragOverShape

Gets or sets the drop over shape.

Declaration

cs-api-definition
public IDragDropAware DragOverShape { get; set; }

Property Value

IDragDropAware

The drop over shape.