I just write the line in mono:
skeletonAnimation.state.Event += HandleEvent;
and the whole funktion appears:
void HandleEvent (Spine.AnimationState state, int trackIndex, Spine.Event e)
{
}
Thank you very much for making my life easy!
But how do you do it?