Namespace:
Autodesk.Revit.UI
IDropHandler
Interface
Description:
An interface to be executed when custom data is dragged and dropped onto the Revit user interface.
An interface to be executed when custom data is dragged and dropped onto the Revit user interface.
Remarks:
Custom data is supported for drag and drop only during an invocation of the DoDragDrop method on Application.
Custom data is supported for drag and drop only during an invocation of the DoDragDrop method on Application.
IDropHandler Interface Members:
Name | Description |
---|---|
Execute | Implement this method to handle the drop event for your data. |