IControllableDropHandler Methods
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| CanExecute(UIDocument, Object, ElementId) | Boolean | Implement this method to inform Revit whether the drop event can be executed onto the given view. | |
| Execute(UIDocument, Object) | None | Implement this method to handle the drop event for your data. (Inherited from IDropHandler ) | IDropHandler |