New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
public class RadDragEventArgs : EventArgs

Inheritance: objectEventArgsRadDragEventArgs

Derived Classes: PreviewDragContextEventArgsPreviewDragHintEventArgsPreviewDragStartEventArgsRadDragDropEventArgsRadDragDropFeedbackEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public RadDragEventArgs(ISupportDrag dragInstance)
Parameters:dragInstanceISupportDrag

Properties

Gets the currently dragged instance.

C#
public ISupportDrag DragInstance { get; }