On Click of tab page

  • Thread starter Thread starter Diarmuid
  • Start date Start date
D

Diarmuid

The On Click event of a tab page doesn't trigger for me. Is there something
else I must do?
The OnClick event of the tab control itself does work.
Thanks
Diarmuid
 
Btw, I don't the page itself. I want to run some code when the user clicks
to select that page. As in the tab heading. I know the on click event works
if the user clicks in the body of the page.
 
Diarmuid said:
Btw, I don't the page itself. I want to run some code when the user clicks
to select that page. As in the tab heading. I know the on click event works
if the user clicks in the body of the page.


Use the Change event instead of the Click event.
 
Back
Top