Class RadDropEventArgs
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 RadDropEventArgs : RadDragDropEventArgs
Constructors
RadDropEventArgs(ISupportDrag, ISupportDrop, Point)
Declaration
public RadDropEventArgs(ISupportDrag dragInstance, ISupportDrop dropTarget, Point dropLocation)
Parameters
ISupportDrag
dragInstance
|
ISupportDrop
dropTarget
|
System.Drawing.Point
dropLocation
|
Properties
DropLocation
Declaration
public Point DropLocation { get; }
Property Value
System.Drawing.Point
|
Handled
Declaration
public bool Handled { get; set; }
Property Value
System.Boolean
|