IMVVMDrag |
public interface IMVVMDragDropHandler : IMVVMDragHandler, IMVVMDropHandler
The IMVVMDragDropHandler type exposes the following members.
| Name | Description | |
|---|---|---|
| CanStartDrag |
Determines whether a drag operation can be started.
(Inherited from IMVVMDragHandler) | |
| DragCancelled |
Notifies the handler that the drag operation was cancelled.
(Inherited from IMVVMDragHandler) | |
| DragEnded |
Notifies the handler that the drag operation ended.
(Inherited from IMVVMDragHandler) | |
| Drop |
Drops the specified data.
(Inherited from IMVVMDropHandler) | |
| DropCanAcceptData |
Evaluates whether a drop operation can accept the data.
(Inherited from IMVVMDropHandler) | |
| StartDrag |
Starts a drag operation.
(Inherited from IMVVMDragHandler) |