visual studio insert text at mouse click

How do I set the mouse click event to wait for user to click in the drawing to set the position.

So:

If RevisionNumber > 0 Then

     myText = "Hello"

     WAIT FOR USER TO CLICK ON SCREEN, THEN PLACE "HELLO" TEXT TO THAT POSITION

End If

SolidworksApi macros