ClassDragDropHitTestEventArgs
Class
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
Constructors
DragDropHitTestEventArgs(SplitPanel, DockingGuideHitTest)
Initializes a new instance of the DragDropHitTestEventArgs class.
Declaration
cs-api-definition
public DragDropHitTestEventArgs(SplitPanel dropTarget, DockingGuideHitTest hitTest)
Parameters
dropTarget
hitTest
Properties
DropTarget
Gets the current drop target of the drag-drop operation.
HitTest
Gets or sets the currently generated hit-test result.
Declaration
cs-api-definition
public DockingGuideHitTest HitTest { get; set; }
Property Value