Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I have a situation where control has both selected changed and mouse down events execution.The selected change is happening after the mouse down.Is there is any chance of changing the order of the event so that the selected change is called first and then mouse down event of the control.

Thanks in advance
Posted

1 solution

As far as I know you cannot. Howeever, in your application, you might simulate such a behaviour.
 
Share this answer
 
Comments
Member 12309313 2-Apr-19 3:54am    
How to differentiate subscribers based on active tab control selection in wpf?

I wanted to differentiate subscribers based on active tab selection in MVVM,that is my tab view model will get call if tab is active and then it should call subscriber event on my action.How i can pass active tab index or active property to subscriber after event got published.
currently my all tab got subscribed and hence all tabviewmodel gets subscribed when i want only active one.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900