Class PreviewDropTargetEventArgs
Inheritance
System.Object
System.EventArgs
PreviewDropTargetEventArgs
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
Assembly: Telerik.WinControls.dll
Syntax
public class PreviewDropTargetEventArgs : RadDragDropEventArgs
Constructors
PreviewDropTargetEventArgs(ISupportDrag, ISupportDrop)
Declaration
public PreviewDropTargetEventArgs(ISupportDrag dragInstance, ISupportDrop hitTarget)
Parameters
ISupportDrag
dragInstance
|
ISupportDrop
hitTarget
|
Properties
DropTarget
Gets or sets the drop target for the operation.
Declaration
public ISupportDrop DropTarget { get; set; }
Property Value
ISupportDrop
|