add_automationPointerUp(function(sender, e))
automationPointerUp.add(function(sender, e))
remove_automationPointerUp(function(sender, e))
automationPointerUp.remove(function(sender, e))
    
            
        
            | Parameter | Type | Description | 
|---|---|---|
| sender | 'var' | The source of the event. | 
| e | AnnPointerEventArgs | The event data. |