How to override "ReceiveExecute" in C++

Hi, I have completed the Behavior Tree Quick Start Guideand now I’m trying to reproduce the same functionality with c++n I have done the “AgroCheck” service and works well, but in the task “RapidMoveTo” in cant get how to override the “ReceiveExecute” event in c++, check

Any Idea how?