Class
RadDragOverEventArgs

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class RadDragOverEventArgs : RadDragDropEventArgs

Inheritance: objectEventArgsRadDragEventArgsRadDragDropEventArgsRadDragOverEventArgs

Inherited Members RadDragDropEventArgs.HitTargetRadDragEventArgs.DragInstanceEventArgs.Empty

Constructors

RadDragOverEventArgs(ISupportDrag, ISupportDrop)

Declaration

cs-api-definition
public RadDragOverEventArgs(ISupportDrag dragInstance, ISupportDrop dropTarget)

Parameters

dragInstance

ISupportDrag

dropTarget

ISupportDrop

Properties

CanDrop

Declaration

cs-api-definition
public bool CanDrop { get; set; }

Property Value

bool