tabpage events

Hello,
I want to know if there's an equivalent event in CF for event Enter for tabpages. Basically i want to fire an event whenever the user chooses a tabpage.

Thank you


Answer this question

tabpage events

  • pamike

    TabControl on .NETCF exposes the SelectedIndexChanged event.

  • John Hennesey

    The SelectedIndex property will tell you which TabPage is currently selected.

  • ims.com

    The selectedindexchanged only works when we are selecting tabs during runtime.
    my prob is that i want to know which tab i'm in when the program first started.
    any suggestion

  • tabpage events