Hello,
Welcome to Microsoft Q&A!
AddressTablePage
does not receive the message because you set different formatting on sending/subscribing, you should set the generic type when sending message .
In AddressTableVM ,modify the code as below
MessagingCenter.Send<Address>(item as Address, "deleted");
Then the message would be received as expected.
Thank you.
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.