Class
RadDropEventArgs

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class RadDropEventArgs : RadDragDropEventArgs

Inheritance: objectEventArgsRadDragEventArgsRadDragDropEventArgsRadDropEventArgs

Inherited Members RadDragDropEventArgs.HitTargetRadDragEventArgs.DragInstanceEventArgs.Empty

Constructors

RadDropEventArgs(ISupportDrag, ISupportDrop, Point)

Declaration

cs-api-definition
public RadDropEventArgs(ISupportDrag dragInstance, ISupportDrop dropTarget, Point dropLocation)

Parameters

dragInstance

ISupportDrag

dropTarget

ISupportDrop

dropLocation

Point

Properties

DropLocation

Declaration

cs-api-definition
public Point DropLocation { get; }

Property Value

Point

Handled

Declaration

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

Property Value

bool