When you click on the button which event handler gets called ?
onFocusChange()
onTouch()
onKey()
onClick()
Answers
Answered by
2
Answer:
onClick()
Explanation:
When we click on the button onClick event handler gets called.
Similar questions