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
415
Event Args properties for NodeDropping and DragEnter
posted

I have searched the online documentation but I cannot find anywhere that explicity states what all the properties for the event arguments of the Drag & Drop client events.

This page tells what the events are and how they are used, but does not describe the event args.

I have discovered many of the proprties by trial and error and by looking at examples. For example, I discovered the NodeDropping arg has a property of DragDropPoint, but DragEnter does not.

Are the event arg properties explicity documented anywhere?

Thanks!

John