Share

IDropHandler.Execute Method

Implement this method to handle the drop event for your data.


Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

void Execute(
	UIDocument document,
	Object data
)

Parameters

document  UIDocument
The document on which the data was dropped.
data  Object
The data.

See Also

Reference

Was this information helpful?