Class
RadDragEventArgs

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class RadDragEventArgs : EventArgs

Inheritance: objectEventArgsRadDragEventArgs

Derived Classes: PreviewDragContextEventArgsPreviewDragHintEventArgsPreviewDragStartEventArgsRadDragDropEventArgsRadDragDropFeedbackEventArgs

Inherited Members EventArgs.Empty

Constructors

RadDragEventArgs(ISupportDrag)

Declaration

cs-api-definition
public RadDragEventArgs(ISupportDrag dragInstance)

Parameters

dragInstance

ISupportDrag

Properties

DragInstance

Gets the currently dragged instance.

Declaration

cs-api-definition
public ISupportDrag DragInstance { get; }

Property Value

ISupportDrag