Class
RadDragDropEventArgs

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class RadDragDropEventArgs : RadDragEventArgs

Inheritance: objectEventArgsRadDragEventArgsRadDragDropEventArgs

Derived Classes: PreviewDropTargetEventArgsRadDragOverEventArgsRadDropEventArgs

Inherited Members RadDragEventArgs.DragInstanceEventArgs.Empty

Constructors

RadDragDropEventArgs(ISupportDrag, ISupportDrop)

Declaration

cs-api-definition
public RadDragDropEventArgs(ISupportDrag dragInstance, ISupportDrop hitTarget)

Parameters

dragInstance

ISupportDrag

hitTarget

ISupportDrop

Properties

HitTarget

Declaration

cs-api-definition
public ISupportDrop HitTarget { get; }

Property Value

ISupportDrop