Design an event handler that will execute when the showNameButton component is clicked. The event handler should perform the following:
• Store your first name in a label component named firstNameLabel.
• Store your middle name in a label component named middleNameLabel.
•Store your last name in a label component named lastNameLabel.
(Remember, to store a value in a label component, you must store the value in the component’s Text property.)
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.