I am developing an app with a Tab control (5 tab pages). On
one of the tab pages I need a method to run upon clicking
on the tab or entering the tab page. I have tried the following
this.tabPage2.Click += new System.EventHandler(this.tabPage2_Click);
also have tried:
this.tabPage2.Enter += new System.EventHandler(this.tabPage2_Enter);
but neither will call the method tabPage2_Click or tabPage2_Enter
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
This thread is currently closed and is not accepting any new replies.