How to receive the delete event when Recalculate using Analyses?

When I use PI Analyses for the recalculate task, I choose the "Permanently delete existing data and recalculate" option. Therefore, the old results will be deleted before generating new results. My question is how to listen to the deletion event of the old results through AF SDK. I registered these attributes and only received the refresh event.

How should I listen to the timestamp of which events have been deleted? I am using AFDataPipe signups.

Thank you for any suggestions.