Esteemed Forum Participants and Lurkers:

Trying to track down all of the possible combinations of control event actions and INTERactions seems to be the hardest part of GUI programming. I found that true in LabWindows CVI, and it seems to be true for VB.NET as well.

I have a text edit box "File", and I want to clear out a 'default selector' radio button if the text in the text box is edited.

All I need to know is which is/are the best text box event/events to use in my handler -

I do NOT want the handler process to run when the Form opens or closes. I do not want it to run when I load the default into the text box during initialization. I just want it to run only on completion of any edit on the text.

Is there a GOOD comprehensive list of control event definitions available?

Thank you for any and all suggestions, comments, and assistance.