DropHandlerBase Class Methods
In This Topic
For a list of all members of this type, see DropHandlerBase members.
Public Methods
| | Name | Description |
 | CreateDragAdorner |
Allows the creation of a custom drag adorner
|
 | OnDragLeave |
Derived classes should override this function if they need to handle the mouse leaving the dragged over element
|
 | OnDragOver |
Derived classes should override this function to process drag over events.
|
 | OnDrop |
Derived classes should override this function to handle the drop operation.
|
Top
See Also