DragDrop.PreviewQueryContinueDrag Evento adjunto
Definición
Se produce continuamente mientras está en curso una operación de arrastrar y colocar y permite al origen de colocación finalizar la operación de arrastrar y colocar según el estado de la tecla o botón.Occurs continuously while a drag-and-drop operation is in progress, and enables the drop source to end the drag-and-drop operation depending on the key/button states.
see AddPreviewQueryContinueDragHandler, and RemovePreviewQueryContinueDragHandler
see AddPreviewQueryContinueDragHandler, and RemovePreviewQueryContinueDragHandler
see AddPreviewQueryContinueDragHandler, and RemovePreviewQueryContinueDragHandler
Comentarios
Este evento se desencadena continuamente mientras se arrastra el origen de arrastre.This event is raised continuously while the drag source is being dragged. Para obtener más información, vea el evento QueryContinueDrag.For more information, see the QueryContinueDrag event.
Información sobre eventos enrutadosRouted Event Information
Campo de identificadorIdentifier Field | PreviewQueryContinueDragEvent |
Estrategia de enrutamientoRouting Strategy | Protocolo de túnelTunneling |
DelegadoDelegate | QueryContinueDragEventHandler |
El evento de propagación correspondiente es QueryContinueDrag .The corresponding bubbling event is QueryContinueDrag.