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

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
public class PreviewDropTargetEventArgs : RadDragDropEventArgs

Inheritance: objectEventArgsRadDragEventArgsRadDragDropEventArgsPreviewDropTargetEventArgs

Inherited Members RadDragDropEventArgs.HitTargetRadDragEventArgs.DragInstanceEventArgs.Empty

Constructors

C#
public PreviewDropTargetEventArgs(ISupportDrag dragInstance, ISupportDrop hitTarget)
Parameters:dragInstanceISupportDraghitTargetISupportDrop

Properties

Gets or sets the drop target for the operation.

C#
public ISupportDrop DropTarget { get; set; }