iOSMessageBox.ButtonAction
From Xojo Documentation
Event
Called when the button at buttonIndex (0-based) is selected.
Sample Code
Displays the index of the selected button:
Label1.Text = "You selected button " + buttonIndex.ToText
Called when the button at buttonIndex (0-based) is selected.
Displays the index of the selected button: