iOSButton.Action
From Xojo Documentation
Event
The Action event handler is called when the button is pressed, tapped, clicked, etc.
Sample Code
Change Label Text when a Button is pressed:
Label1.Text = "You pressed the button."
The Action event handler is called when the button is pressed, tapped, clicked, etc.
Change Label Text when a Button is pressed: