I have if
and need to be in case it is true
it gives the message below and soon after it pauses the system or continues in another statement. I left the word BREAK
to exemplify where I need this encoding (but BREAK
does not work):
if (lanceSelecionado.ID_LANCE == null)
{
await DisplayAlert("Comunicado", "Selecione um lance para exclusão!", "Ok");
BREAK;
}