Menu

call click event in c#

Written by

You can easily do it by the following piece of code: button.PerformClick(); 2. private void Some_Method() //this method is called { SubGraphButton_Click(new ..

5 years ago
423
Comments Off on call click event in c#