Class
DragDropTargetEventArgs

Represents the arguments, associated with a PreviewDropTarget event.

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

cs-api-definition
public class DragDropTargetEventArgs : EventArgs

Inheritance: objectEventArgsDragDropTargetEventArgs

Inherited Members EventArgs.Empty

Constructors

DragDropTargetEventArgs(SplitPanel)

Initializes a new instance of the DragDropTargetEventArgs class.

Declaration

cs-api-definition
public DragDropTargetEventArgs(SplitPanel target)

Parameters

target

SplitPanel

Properties

DropTarget

Gets or sets the currently hit-tested drop target.

Declaration

cs-api-definition
public SplitPanel DropTarget { get; set; }

Property Value

SplitPanel