Where is the HandleAppleEvent event?

Hello,
I’m trying to reopen the main window of my app, when clicking on its icons in the Dock. But the “App.HandleAppleEvent” event is not in the list of events of my app! (see capture) Where can we find it?

Thank you.

Use AppleEventReceived.

Thanks you, it works fine!