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
Constructors
Initializes a new instance of the DragDropHitTestEventArgs class.
C#
public DragDropHitTestEventArgs(SplitPanel dropTarget, DockingGuideHitTest hitTest)
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; }