DragDrop.PreviewDragOver Evento adjunto
Definición
Se produce continuamente mientras se arrastra un objeto dentro de los límites de un elemento que actúa como un destino para colocar.Occurs continuously while an object is dragged within the bounds of an element that is acting as a drop target.
see AddPreviewDragOverHandler, and RemovePreviewDragOverHandler
see AddPreviewDragOverHandler, and RemovePreviewDragOverHandler
see AddPreviewDragOverHandler, and RemovePreviewDragOverHandler
Comentarios
Este evento se desencadena continuamente mientras un objeto arrastrado se encuentra dentro de los límites de un elemento que actúa como destino de colocación.This event is raised continuously while a dragged object is within the bounds of an element that is acting as a drop target. Este evento no se desencadena si la propiedad del elemento AllowDrop es false
.This event is not raised if the element's AllowDrop property is false
.
Para obtener más información, vea el evento DragOver.For more information, see the DragOver event.
Información sobre eventos enrutadosRouted Event Information
Campo de identificadorIdentifier field | PreviewDragOverEvent |
Estrategia de enrutamientoRouting strategy | Protocolo de túnelTunneling |
DelegadoDelegate | DragEventHandler |
El evento de propagación correspondiente es DragOver .The corresponding bubbling event is DragOver.