UIElement.PreviewQueryContinueDrag Evento

Definición

Se produce cuando hay algún cambio en el estado del botón del mouse o del teclado durante una operación de arrastrar y colocar.

public:
 event System::Windows::QueryContinueDragEventHandler ^ PreviewQueryContinueDrag;
public event System.Windows.QueryContinueDragEventHandler PreviewQueryContinueDrag;
member this.PreviewQueryContinueDrag : System.Windows.QueryContinueDragEventHandler 
Public Custom Event PreviewQueryContinueDrag As QueryContinueDragEventHandler 

Tipo de evento

Comentarios

El PreviewQueryContinueDrag evento permite al origen de arrastre declarar si se debe cancelar la operación de arrastrar y colocar.

Este evento crea un alias para el DragDrop.PreviewQueryContinueDrag evento adjunto para esta clase, por lo que PreviewQueryContinueDrag forma parte de la lista de miembros de clase cuando UIElement se hereda como un elemento base. Los controladores de eventos que están asociados al PreviewQueryContinueDrag evento se adjuntan al evento adjunto subyacente DragDrop.PreviewQueryContinueDrag y reciben la misma instancia de datos de evento.

Información sobre eventos enrutados

Campo identificador PreviewQueryContinueDragEvent
Estrategia de enrutamiento Protocolo de túnel
Delegado QueryContinueDragEventHandler

Se aplica a