IDropHandler.Execute
Method
Description:
Implement this method to handle the drop event for your data.
Implement this method to handle the drop event for your data.
Parameters
Parameter | Type | Description |
---|---|---|
document | UIDocument | The document on which the data was dropped. |
data | Object | The data. |
Return Value