DropHandlerBase Class Members
In This Topic
The following tables list the members exposed by DropHandlerBase.
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