Represents the arguments, associated with a PreviewDropTarget event.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
C#
public class DragDropTargetEventArgs : EventArgs
Inheritance: objectEventArgsDragDropTargetEventArgs
Inherited Members
Constructors
Initializes a new instance of the DragDropTargetEventArgs class.
Properties
Gets or sets the currently hit-tested drop target.
C#
public SplitPanel DropTarget { get; set; }