How to create a condition that checks if "X actor" is destroyed?

I have an enemy actor, and I want to to create a condition that does something once the enemy is destroyed. how do I construct the logic behind this?

The enemy is an actor Blueprint.

Found the OnDestroyed event.
Question is null.