As the title really, I’m in one part of my code and I would like to invoke any methods that have been added to the Button.Click handler.
How can I do this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Do you mean you need to access it from elsewhere in your code? It may be an idea to refactor that section to it’s own method then call that method whenever you need to access it (including in the Click event)