Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1735
Make the owner Active under Mouse Hover
posted

Hi,

Whenever my Mouse cursor is on UltraDayView/UltraWeekView, i want to collect some information like,

1. Which owner is under mouse cursor?

2. What is the Date under mouse cursor?

3. What is the Time under mouse cursor?

Also i found that all the UltraDayView Mouse Events are getting fired after the other UltradayView events.

For Example, i have two ultradayView events UltraDayView1_MouseMove and UltraDayView1_DragDrop.

So if i perform Drag drop then from some tab to UltraDayView, UltraDayView1_DragDrop event gets fired first, i want UltraDayView1_MouseMove (or any other Mouse event to ) to be fired before UltraDayView1_DragDrop so that before performing drag drop i could get the above details and then continue drag drop

Or is there any other way i can make owner under mouse active and then drag drop be performed?

Thanks,

Chitra

InfoUnderMouseCursor.zip