Getting out of an event handler

H

hayrob

I have created as instance of Word from a Windows Form.
When Word is visible, I have an event handler for the WindowsRightClickEvent. I would like to return control to the calling Form, and close Word. But I can't.

Of course, I can allow the user to close Word, and reestablish control from the DocumentBeforeClosing event!

Any suggestions.
 
Top