Drag Drop


https://www.nevron.com/Forum/Topic8504.aspx
Print Topic | Close Window

By Gopichand Vuyyuru - 10 Years Ago
How to generate a drag event while dragging the NCompositeShape over a Document which is already child of Document.

i tried by using View.DragEnter +=onDragEnter;

but its not working.
By Nevron Support - 10 Years Ago

Hi,

Please, elaborate what you are trying to do and we will advise you how to implement it.

By Gopichand Vuyyuru - 10 Years Ago
Currently i have some shapes which are children of Document. now i need to raise a drag enter event if i Dragging a shape which is in the document.

and i want to know whats the difference b/w Document.EventSinkService.NodeDragEnter,
View.EventSinkService.NodeDragEnter,
view.DragEnter,
Document.DragEnter....
By Nevron Support - 10 Years Ago

Please, elaborate what you are trying to achieve - do you want something to happen when a shape is dropped over another shape in the document or you have something else in mind?