Method OnButtonClick
OnButtonClick(int)
Should be called when a button is clicked in the message dialog to set ResultButtonIndex and close the dialog.
Declaration
public void OnButtonClick(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index | The index of the button that was clicked. |