add_automationLostFocus(function(sender, e))
automationLostFocus.add(function(sender, e))
remove_automationLostFocus(function(sender, e))
automationLostFocus.remove(function(sender, e))
    
            
        
            | Parameter | Type | Description | 
|---|---|---|
| sender | 'var' | The source of the event. | 
| e | LeadEventArgs | The event data. |