Hello! I am learning now to create dynamic objects in C #, my question is how to return the Text of the button I clicked for example. Let's say I created 10 numbered dynamic objects (in their case text) from 0 to 9 and I clicked on 3, how will I know that I clicked on 3? What I've done so far:
Itriedtodoitbytakingalookatthe"and" if it had any value stored in it, but apparently not quite as I thought ...