This is a migrated thread and some comments may be shown as answers.

DropQueryEvent and DropInfoEvent

1 Answer 41 Views
DragAndDrop
This is a migrated thread and some comments may be shown as answers.
Kim
Top achievements
Rank 1
Kim asked on 12 Sep 2010, 08:57 AM

Hi, this may be a dumb question but I'm trying to figure out what the difference is between the DropQueryEvent 
and DropInfoEvent, and also the DragQueryEvent and DragInfoEvent. this both seem 
to fire together consecutively.<BR><BR>Could i not manage everything in the 
DragQueryEvent and the DropQueryEvent? Why do i need the other two?
  
Thanks.

1 Answer, 1 is accepted

Sort by
0
Tsvyatko
Telerik team
answered on 13 Sep 2010, 08:48 AM
Hello Kim,

The idea of Drag/DropQueryEvent is similar to events like ClosingEvent. They are raised before executing the action and can be used to cancel the next event (Drag/DropInfo) through setting e.QueryResult. The Drag/DropInfoEvent is similar the the ClosedEvent.


Regards,
Tsvyatko
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
DragAndDrop
Asked by
Kim
Top achievements
Rank 1
Answers by
Tsvyatko
Telerik team
Share this question
or