Class
RadDragDropFeedbackEventArgs

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class RadDragDropFeedbackEventArgs : RadDragEventArgs

Inheritance: objectEventArgsRadDragEventArgsRadDragDropFeedbackEventArgs

Inherited Members RadDragEventArgs.DragInstanceEventArgs.Empty

Constructors

RadDragDropFeedbackEventArgs(ISupportDrag)

Declaration

cs-api-definition
public RadDragDropFeedbackEventArgs(ISupportDrag dragInstance)

Parameters

dragInstance

ISupportDrag

Properties

Cursor

Gets or sets the cursor to be used while dragging.

Declaration

cs-api-definition
public Cursor Cursor { get; set; }

Property Value

Cursor

PreviewImage

Gets or sets the image to be used as a preview while dragging.

Declaration

cs-api-definition
public Image PreviewImage { get; set; }

Property Value

Image