This is a migrated thread and some comments may be shown as answers.

MouseLeftButtonDown event

3 Answers 68 Views
TabControl
This is a migrated thread and some comments may be shown as answers.
ruty
Top achievements
Rank 1
ruty asked on 17 Jun 2009, 09:22 AM
I used RadTabControl, I register my tab to MouseLeftButtonDown event but it is not rise. 
why MouseLeftButtonDown  event does not rise?
Thanks,

3 Answers, 1 is accepted

Sort by
0
Kiril Stanoev
Telerik team
answered on 18 Jun 2009, 04:29 PM
Hi ruty,

RadTabItem internally handles the MouseLeftButtonDown event and Silverlight 2 does not provide mechanism to handle handled events. This is only available in WPF and probably in Silverlight 3.
I have a question however. Are you trying to click on the header of RadTabItem or its content?

Sincerely yours,
Kiril Stanoev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
ScholarisPM
Top achievements
Rank 1
answered on 01 Feb 2010, 03:49 AM
Hi, I am having a similar problem.

What event to use to capture the onClick of the TabItem Header?

Regards,
Matt
0
Valentin.Stoychev
Telerik team
answered on 01 Feb 2010, 08:25 AM
Hi ScholarisPM,

you need to handle the MouseLeftButtonDown event by using the a class handler. More info on how to use this approach is available here:
http://wildermuth.com/2010/01/28/Handing_Events_with_Care

Kind regards,
Valentin.Stoychev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
TabControl
Asked by
ruty
Top achievements
Rank 1
Answers by
Kiril Stanoev
Telerik team
ScholarisPM
Top achievements
Rank 1
Valentin.Stoychev
Telerik team
Share this question
or