The following tables list the members exposed by NDragDrop.
| Name | Description |
  | DragDropEvent | The event which the drag over target raises, when a drag and drop object was dropped inside it. |
  | DragEnterEvent | The event which the drag over target raises, when a drag and drop object enters its bounds. |
  | DragInEvent | The event which the drag over target raises, when a drag and drop object enters its bounds. |
  | DragLeaveEvent | The event which the drag over target raises, when a drag and drop object leaves its bounds. |
  | DragOutEvent | The event which the drag over target raises, when a drag and drop object leaves its bounds. |
  | DragOverEvent | The event which the drag over target raises, when a drag and drop is moved over it. |
Top
| Name | Description |
  | CanRequestDragDrop | Returns true if there is no other drag and drop initiation request current pending. |
  | IsDirectlyOver | Returns the value of the IsDirectlyOverPropertyEx extended property for the specified node. |
  | IsDragDropActionEvent | Checks whether the specified event is a drag and drop action event (DragOverEvent, DragDropEvent). |
  | IsDragDropTargetEvent | Checks whether the specified event is a drag and drop target notification event (DragEnterEvent, DragLeaveEvent, DragInEvent, DragOutEvent) |
  | IsOver | Returns the value of the IsOverPropertyEx extended property for the specified node. |
  | RequestDragDrop | Requests an asyncrhonous drag and drop operation, that starts at earliest application possibility. The DnD operation is associated with the associated with the specified drag drop source and data object. |
Top