An interface to be executed when custom data is dragged and dropped onto the Revit user interface.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public interface IDropHandler
The IDropHandler type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Execute | Implement this method to handle the drop event for your data. |