Am I loosing my mind or does the ItemDoubleClick event in 8.2 not work?I have tried every type of style ie: VisualStudioToolbox, Outlook etc. even set the itemsettings to button but it never fires.
Yes even added a AddHandler for the event and it never fires...
I can bypass at the moment by using the ItemClick event and just trapping the interval between clicks but would rather not.
The event is not supposed to fire for any other item style than 'StateButton'; the 'VisualStudio2005Toolbox' style uses state buttons by default, so I suspect you have UltraExplorerBar.ItemSettings.Style set to some other value.
Yeah I went through and changed the Style to all of them trying to get one of them to fire but nada, I have other stuff going on and I am building the items via code so not sure, but 8.3 handled the problem whatever it was in my code, I am going to send the code sample to support so they can have a look at it... Not a biggy as I just loaded up 8.3 and everything started working like a charm so its all good :) Thanks for the info though it is good to know about stuff like that.