New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

C#
public class DragItemsEventArgs : PositionChangedEventArgs

Inheritance: objectEventArgsDiagramItemsEventArgsPositionChangedEventArgsDragItemsEventArgs

Inherited Members PositionChangedEventArgs.OldPositionPositionChangedEventArgs.NewPositionDiagramItemsEventArgs.ItemsEventArgs.Empty

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)
Parameters:oldPositionPoint

The old position.

newPositionPoint

The new position.

itemsIEnumerable<IDiagramItem>

The items.

Properties

Gets or sets the drop over shape.

C#
public IDragDropAware DragOverShape { get; set; }
Property Value:

The drop over shape.