If a script add-in implements the OnDoubleClick event, the method receives a DoubleClickData object when the user double-clicks a file or folder.
| 
       Property Name  | 
    
       Return Type  | 
    
       Description  | 
|---|---|---|
| 
       call  | 
    
       bool  | 
    
       Set this property to False to prevent the OnDoubleClick event being called for any further files during this operation (this is only effective if more than one file was double-clicked). Any remaining files will be opened according to their default handlers.  | 
| 
       cont  | 
    
       bool  | 
    
       Set this property to False to abort double-click processing altogether on any further files during this operation (this is only effective if more than one file was double-clicked).  | 
| 
       item  | 
    
       object:Item  | 
    
       Returns a Item object representing the item that was double-clicked.  | 
| 
       mouse  | 
    
       string  | 
    
       Returns a string that indicates the mouse button that launched the double-click. The string can be one of the following: left, middle, none.  | 
| 
       multiple  | 
    
       bool  | 
    
       This is set to True if multiple files were double-clicked.  | 
| 
       qualifiers  | 
    
       string  | 
    
       Returns a string indicating any qualifier keys that were held down by the user when the event was triggered. The string can contain any or all of the following: shift, ctrl, alt, lwin, rwin.  | 
| 
       tab  | 
    
       object:Tab  | 
    
       Returns a Tab object representing the tab that the item was double-clicked in.  |