TabDialog events

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have treeview with items. When an item is clicked a tabDialog control
appears. The user might decide to update the data in the TabDialog control.
When they are done I would like to catch the event and see if I need to
update the database.
Which event in the tabDialog should I use? Is there an event in the tabPage
that is better for this?
 
Yes, I mean tabcontrol. I am starting to understand that I need to look for
one of the events on the tabpage instead.
Arne.
 
Back
Top