Interface IDragAndDropHandler
  
  
  
  Namespace: Ludiq
  
  Syntax
  
    public interface IDragAndDropHandler
   
  Properties
  
  
  
  
  dragAndDropVisualMode
  
  
  Declaration
  
    DragAndDropVisualMode dragAndDropVisualMode { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | DragAndDropVisualMode | 
         | 
      
    
  
  Methods
  
  
  
  
  AcceptsDragAndDrop()
  
  
  Declaration
  
    bool AcceptsDragAndDrop()
   
  Returns
  
  
  
  
  DrawDragAndDropPreview()
  
  
  Declaration
  
    void DrawDragAndDropPreview()
   
  
  
  
  ExitDragAndDrop()
  
  
  Declaration
  
  
  
  
  
  
  
  Declaration
  
    void PerformDragAndDrop()
   
  
  
  
  UpdateDragAndDrop()
  
  
  Declaration
  
  Extension Methods