DEV Community

Max Angelo Dapitilla Perin
Max Angelo Dapitilla Perin

Posted on

Answer: How to call a button click event from another method

You can easily do it by the following piece of code (assuming that name of your button is btnButton):

btnButton.PerformClick();

Top comments (0)