Class RadDragEventArgs
Inheritance
System.Object
System.EventArgs
RadDragEventArgs
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 RadDragEventArgs : EventArgs
Constructors
RadDragEventArgs(ISupportDrag)
Properties
DragInstance
Gets the currently dragged instance.
Declaration
public ISupportDrag DragInstance { get; }
Property Value
ISupportDrag
|