Class RadDragDropEventArgs
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 RadDragDropEventArgs : RadDragEventArgs
Constructors
RadDragDropEventArgs(ISupportDrag, ISupportDrop)
Declaration
public RadDragDropEventArgs(ISupportDrag dragInstance, ISupportDrop hitTarget)
Parameters
ISupportDrag
dragInstance
|
ISupportDrop
hitTarget
|