Sub MyEditText_FocusChanged(Hasfocus As Boolean)
If Hasfocus = True Then
'your code
End if
End sub
another thread Here .. dynamically creates EditTexts which all share the same Focus_Changed event. a global variable is used to store EditText that currently has focus
there are 2 'Similar Threads' at the top which also might be of interest
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.