Class RadDragOverEventArgs
Inheritance
System.Object
System.EventArgs
RadDragOverEventArgs
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 RadDragOverEventArgs : RadDragDropEventArgs
Constructors
RadDragOverEventArgs(ISupportDrag, ISupportDrop)
Declaration
public RadDragOverEventArgs(ISupportDrag dragInstance, ISupportDrop dropTarget)
Parameters
ISupportDrag
dragInstance
|
ISupportDrop
dropTarget
|
Properties
CanDrop
Declaration
public bool CanDrop { get; set; }
Property Value
System.Boolean
|