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
365
Move an EventPoint
posted

Hi

I would like to let the user move EventPoints in the timeline. What I need (I think) to be able to accomplish this:

a) create an EventHandler for the MouseLeftButtonDown of the EventPoint

b) get the EventPoint's underlying TimeLineData entry and change it

c) based on the current position of the cursor in the Axis in the MouseMove EventHandler

Can you show me how to do this?