Class
PreviewDropTargetEventArgs

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class PreviewDropTargetEventArgs : RadDragDropEventArgs

Inheritance: objectEventArgsRadDragEventArgsRadDragDropEventArgsPreviewDropTargetEventArgs

Inherited Members RadDragDropEventArgs.HitTargetRadDragEventArgs.DragInstanceEventArgs.Empty

Constructors

PreviewDropTargetEventArgs(ISupportDrag, ISupportDrop)

Declaration

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

Parameters

dragInstance

ISupportDrag

hitTarget

ISupportDrop

Properties

DropTarget

Gets or sets the drop target for the operation.

Declaration

cs-api-definition
public ISupportDrop DropTarget { get; set; }

Property Value

ISupportDrop