RVTDocs.com
Namespace: Autodesk.Revit.UI

IDropHandler

Interface
Description:
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.
Syntax
public interface IDropHandler
IDropHandler Interface Members:
Name Description
Execute Implement this method to handle the drop event for your data.