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?

Re: TabDialog events by Herfried

Herfried
Wed Oct 19 16:04:04 CDT 2005

"Arne" <Arne@discussions.microsoft.com> schrieb:
>I have treeview with items. When an item is clicked a tabDialog control
> appears.

"tabDialog" = TabControl?

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Re: TabDialog events by Arne

Arne
Wed Oct 19 17:03:02 CDT 2005

Yes, I mean tabcontrol. I am starting to understand that I need to look for
one of the events on the tabpage instead.
Arne.

"Herfried K. Wagner [MVP]" wrote:

> "Arne" <Arne@discussions.microsoft.com> schrieb:
> >I have treeview with items. When an item is clicked a tabDialog control
> > appears.
>
> "tabDialog" = TabControl?
>
> --
> M S Herfried K. Wagner
> M V P <URL:http://dotnet.mvps.org/>
> V B <URL:http://classicvb.org/petition/>
>