add_automationDoubleClick(function(sender, e))
automationDoubleClick.add(function(sender, e))
remove_automationDoubleClick(function(sender, e))
automationDoubleClick.remove(function(sender, e))
    
            
        
            | Parameter | Type | Description | 
|---|---|---|
| sender | 'var' | The source of the event. | 
| e | AnnPointerEventArgs | The event data. |