The OnDoubleClick event can be implemented by a script add-in to receive notification when the user double-clicks on a file or folder in a tab.
Method Name: |
OnDoubleClick |
Argument Type: |
|
Return Type: |
bool or string |
Description: |
The DoubleClickData.tab property identifies the tab, and the item property identifies the item that has been double-clicked. You can return two different types from this event:
|