Thanks for the reply but I think you misunderstood my question. I do understand what events are, I was wondering how you wire them up, in the designer I can simply just pick the events I want to handle, but I can't make two EditText views call the same sub for the same event using it, so how do I do it?
I also wanted to know what the default scope of a sub is when you haven't specified the private or public modifier. Personally I don't like code that doesn't explicitly mention what scope they have, so I want to add the correct modifier myself, but I don't know what the default is.