Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public class PreviewDropTargetEventArgs : RadDragDropEventArgs
Inheritance: objectEventArgsRadDragEventArgsRadDragDropEventArgsPreviewDropTargetEventArgs
Inherited Members
Constructors
C#
public PreviewDropTargetEventArgs(ISupportDrag dragInstance, ISupportDrop hitTarget)
Properties
Gets or sets the drop target for the operation.
C#
public ISupportDrop DropTarget { get; set; }