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

Represents the arguments, associated with a PreviewDropTarget event.

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

C#
public class DragDropHitTestEventArgs : EventArgs

Inheritance: objectEventArgsDragDropHitTestEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the DragDropHitTestEventArgs class.

C#
public DragDropHitTestEventArgs(SplitPanel dropTarget, DockingGuideHitTest hitTest)
Parameters:dropTargetSplitPanelhitTestDockingGuideHitTest

Properties

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

C#
public SplitPanel DropTarget { get; }

Gets or sets the currently generated hit-test result.

C#
public DockingGuideHitTest HitTest { get; set; }