Class PreviewDragHintEventArgs
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 PreviewDragHintEventArgs : RadDragEventArgs
  Constructors
PreviewDragHintEventArgs(ISupportDrag)
Declaration
public PreviewDragHintEventArgs(ISupportDrag dragInstance)
  Parameters
| 
        ISupportDrag
        dragInstance
         
  | 
    
Properties
DragHint
Declaration
public Image DragHint { get; set; }
  Property Value
| 
        System.Drawing.Image
         
  | 
    
UseDefaultHint
Determines whether a default hint will be generated. Usually this is a snapshot of the dragged item.
Declaration
public bool UseDefaultHint { get; set; }
  Property Value
| 
        System.Boolean
         
  |