LostFocus For a TabPage

  • Thread starter Thread starter Suresh Munagala
  • Start date Start date
S

Suresh Munagala

Hi,

Can any one please let me know, how to trap the Lost Focus
event for a tab page. I have to do some processing as soon
as the TabPage losses the Focus. If this is not possible i
really appreciate if some one could tell me the work
around for this problem

Thank you
Suresh
 
You could capture the TabControl1_SelectedIndexChanged event and do the
validating from there.
 
* "Suresh Munagala said:
Can any one please let me know, how to trap the Lost Focus
event for a tab page. I have to do some processing as soon
as the TabPage losses the Focus. If this is not possible i
really appreciate if some one could tell me the work
around for this problem

If you want to detect when the selected tab is changing:

This code shows how to detect when the selected tab changes:

<http://www.google.de/[email protected]>

Maybe you can use it.
 
Back
Top