<Code Lib>
2026 Method
Changes 0
M

IDropHandler.Execute

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

void Execute(
	UIDocument document,
	Object data
)

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

Loading…