Class PreviewDragStartEventArgs
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 PreviewDragStartEventArgs : RadDragEventArgs
  Constructors
PreviewDragStartEventArgs(ISupportDrag)
Declaration
public PreviewDragStartEventArgs(ISupportDrag instance)
  Parameters
| 
        ISupportDrag
        instance
         
  | 
    
Properties
CanStart
Determines whether a drag operation may start.
Declaration
public bool CanStart { get; set; }
  Property Value
| 
        System.Boolean
         
  |