Android Question textchanged for label?

tufanv

Expert
Licensed User
Longtime User
hello,

is it possible to understand a label's textchange event because label doesn't have that as an edittext ?

Thanks
 

DonManfred

Expert
Licensed User
Longtime User
It is you who change the text of the Label.
Call a sub if you want

There is no textchange event as a Label is not an Editable Object.
 
Last edited:
Upvote 0
Top