RVTDocs.com
Namespace: Autodesk.Revit.UI Interface: IDropHandler

IDropHandler.Execute

Method
Description:
Implement this method to handle the drop event for your data.
Syntax
void Execute(
	UIDocument document,
	Object data
)
Parameters
Parameter Type Description
document UIDocument The document on which the data was dropped.
data Object The data.
Return Value