PasteDragDropAction Enum
Specifies the source of a PasteDragDrop event.
public enum PasteDragDropAction
  
    Fields
| Name | Description | 
|---|---|
| CanPaste | The action is a check to see whether a paste operation can occur.  | 
          
| DragDrop | The action is a drop operation.  | 
          
| DragEnter | The action is a drag enter operation.
Ensure that the DragEventArgs  | 
          
| DragOver | The action is in drag over operation.  | 
          
| Paste | The action is a paste operation, immediately before the paste occurs.  | 
          
| PasteComplete | The action is a paste operation, immediately after the paste occurs.  |