Currently building a simple ticketing app.
As you can see the main page has:
Gallery containing tickets
Labels for total tickets, open tickets, and closed tickets (located within this screen OnVisible)
When I delete a ticket, the labels with Total tickets won't update (it only updates if I navigate to another screen, then back). See example below. I had 3 tickets, I deleted 1 ticket, but the labels with total did not update.

Can the label with total be refreshed and updated when a gallery item is deleted?