<Code Lib>
2020 Interface
Changes 0
I

IDropHandler

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.

public interface IDropHandler

Name Return Type Description
M Execute(UIDocument, Object) None Implement this method to handle the drop event for your data.

Loading…