Class RadDragDropFeedbackEventArgs
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 RadDragDropFeedbackEventArgs : RadDragEventArgs
Constructors
RadDragDropFeedbackEventArgs(ISupportDrag)
Declaration
public RadDragDropFeedbackEventArgs(ISupportDrag dragInstance)
Parameters
ISupportDrag
dragInstance
|
Properties
Cursor
Gets or sets the cursor to be used while dragging.
Declaration
public Cursor Cursor { get; set; }
Property Value
System.Windows.Forms.Cursor
|
PreviewImage
Gets or sets the image to be used as a preview while dragging.
Declaration
public Image PreviewImage { get; set; }
Property Value
System.Drawing.Image
|