Class DragDropTargetEventArgs
Represents the arguments, associated with a PreviewDropTarget event.
Inheritance
System.Object
System.EventArgs
DragDropTargetEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public class DragDropTargetEventArgs : EventArgs
Constructors
DragDropTargetEventArgs(SplitPanel)
Initializes a new instance of the DragDropTargetEventArgs class.
Declaration
public DragDropTargetEventArgs(SplitPanel target)
Parameters
SplitPanel
target
|
Properties
DropTarget
Gets or sets the currently hit-tested drop target.
Declaration
public SplitPanel DropTarget { get; set; }
Property Value
SplitPanel
|