ContentElement.PreviewQueryContinueDrag Evento

Definición

Se produce cuando se produce un cambio en el estado del teclado o del botón del mouse 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 ContentElement se hereda como 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 del evento enrutado

Elemento Value
Campo identificador PreviewQueryContinueDragEvent
Estrategia de enrutamiento Tunelización
Delegado QueryContinueDragEventHandler

Se aplica a