IDragDropDirector Interface Members
The following tables list the members exposed by IDragDropDirector.
Public Methods
Name | Description | |
---|---|---|
RegisterDropTarget | Registers a new DropTarget with the DragDropDirector. | |
UnregisterDropTarget | Unregisters a DropTarget from the DragDropDirector. |
Public Events
Name | Description | |
---|---|---|
DropTargetRegistered | Occurs when a new DropTarget is registered with the DragDropDirector. | |
DropTargetUnregistered | Occurs when a DropTarget is unregistered from the DragDropDirector. |
See Also