Hi,
How do I detect when an UltraTab is added to the Tabs collection of an UltraTabControl, I don't see any related event. The ControlAdded event is fired but only for the first tab that is added.
Thanks,
Bill
Hello Bill,
Here is a thread which I believe is a duplicate with this one:
http://forums.archive.infragistics.com/readmessage?id=%3C3db6efa0$4f966b0b$1c6bf@news.infragistics.com%3E&group=infragistics.products.netadvantage.windowsforms.wintabs.
You could take a look at Andrew Smith's post and see if it helps. Another approach might be by hooking onto the 'PropertyChanged' event and check the 'Source' and the 'Trigger' of the eventArgs.
Please do not hesitate to contact us if you need any additional assistance.