Key Press Event for GoText

I am trying to show Help window on F1 key press when GoText object is selected. But not able to find any KeyDown or ProcessCmdKey Events.

Is there any event which will fire when user will press F1 key or any other keys for GoText.

GoView has KeyUp, KeyDown and KeyPress events.

The samples Classier and FamilyTree have examples of DoKeyDown.