Give a keyframe a unique tag, and then use the Timeline Controller 'On keyframe reached' trigger to run some actions when the timeline reaches that keyframe.
Thanks. I'll try that. What I ended up doing was use a boolean instance variable, set it to true in the timeline where desired and have it trigger the function in eventsheet (with trigger once while true condition).