MobileMessageBox.Pressed
From Xojo Documentation
Event
Called when the button at buttonIndex is selected.
Sample Code
Displays the index of the selected button:
Label1.Text = "You selected button " + buttonIndex.ToString
Called when the button at buttonIndex is selected.
Displays the index of the selected button: