ClassPreviewDropTargetEventArgs
Class
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
public class PreviewDropTargetEventArgs : RadDragDropEventArgs
Inheritance: objectEventArgsRadDragEventArgsRadDragDropEventArgsPreviewDropTargetEventArgs
Inherited Members
Constructors
PreviewDropTargetEventArgs(ISupportDrag, ISupportDrop)
Declaration
cs-api-definition
public PreviewDropTargetEventArgs(ISupportDrag dragInstance, ISupportDrop hitTarget)
Parameters
dragInstance
hitTarget
Properties
DropTarget
Gets or sets the drop target for the operation.
Declaration
cs-api-definition
public ISupportDrop DropTarget { get; set; }
Property Value