Represents an event that triggers when the control receives the focus.
add_automationGotFocus(function(sender, e))
automationGotFocus.add(function(sender, e))
remove_automationGotFocus(function(sender, e))
automationGotFocus.remove(function(sender, e))
Event Data
Parameter |
Type |
Description |
sender |
'var' |
The source of the event. |
e |
LeadEventArgs |
The event data. |
See Also