Class
DragDropHitTestEventArgs

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 DragDropHitTestEventArgs : EventArgs

Inheritance: objectEventArgsDragDropHitTestEventArgs

Inherited Members EventArgs.Empty

Constructors

DragDropHitTestEventArgs(SplitPanel, DockingGuideHitTest)

Initializes a new instance of the DragDropHitTestEventArgs class.

Declaration

cs-api-definition
public DragDropHitTestEventArgs(SplitPanel dropTarget, DockingGuideHitTest hitTest)

Parameters

dropTarget

SplitPanel

hitTest

DockingGuideHitTest

Properties

DropTarget

Gets the current drop target of the drag-drop operation.

Declaration

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

Property Value

SplitPanel

HitTest

Gets or sets the currently generated hit-test result.

Declaration

cs-api-definition
public DockingGuideHitTest HitTest { get; set; }

Property Value

DockingGuideHitTest