Hi Everyone,I am currently working on Adobe Experience Manager 6.5.17 and implementing a custom EventHandler to listen for page deletion events using the PageEvent.EVENT_TOPIC.Here’s a snippet of my code:@component(service = EventHandler.class,immediate = true,property = {EventConstants.EVENT_TOPIC ...