ClassDragDropTargetEventArgs
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 DragDropTargetEventArgs : EventArgs
Inheritance: objectEventArgsDragDropTargetEventArgs
Inherited Members
Constructors
DragDropTargetEventArgs(SplitPanel)
Initializes a new instance of the DragDropTargetEventArgs class.
Declaration
cs-api-definition
public DragDropTargetEventArgs(SplitPanel target)
Parameters
target
Properties
DropTarget
Gets or sets the currently hit-tested drop target.