Exemplo n.º 1
0
        protected async Task RefreshListAsync()
        {
            if (RefreshList != null)
            {
                List = await RefreshList.Invoke();

                await ListChanged.InvokeAsync(List);
            }
        }