Click or drag to resize

IMVVMDragDropHandler Methods

The IMVVMDragDropHandler type exposes the following members.

Methods
 NameDescription
Public methodCanStartDrag Determines whether a drag operation can be started.
(Inherited from IMVVMDragHandler)
Public methodDragCancelled Notifies the handler that the drag operation was cancelled.
(Inherited from IMVVMDragHandler)
Public methodDragEnded Notifies the handler that the drag operation ended.
(Inherited from IMVVMDragHandler)
Public methodDrop Drops the specified data.
(Inherited from IMVVMDropHandler)
Public methodDropCanAcceptData Evaluates whether a drop operation can accept the data.
(Inherited from IMVVMDropHandler)
Public methodStartDrag Starts a drag operation.
(Inherited from IMVVMDragHandler)
Top
See Also