DragDrop.PreviewDrop Evento associato
Definizione
Si verifica quando un oggetto viene rilasciato entro i limiti di un elemento che funge da destinazione del rilascio.Occurs when an object is dropped within the bounds of an element that is acting as a drop target.
see AddPreviewDropHandler, and RemovePreviewDropHandler
see AddPreviewDropHandler, and RemovePreviewDropHandler
see AddPreviewDropHandler, and RemovePreviewDropHandler
Commenti
Questo evento viene generato una volta quando un oggetto viene rilasciato entro i limiti di un elemento che funge da obiettivo di rilascio.This event is raised once when an object is dropped within the bounds of an element that is acting as a drop target. Questo evento non viene generato se la proprietà AllowDrop dell'elemento è false
.This event is not raised if the element's AllowDrop property is false
. Questo evento termina l'operazione di trascinamento della selezione.This event ends the drag-and-drop operation.
Per altre informazioni, vedere l'evento Drop.For more information, see the Drop event.
Informazioni evento indirizzatoRouted Event Information
Campo identificatoreIdentifier Field | PreviewDropEvent |
Strategia di routingRouting Strategy | TunnelingTunneling |
delegatoDelegate | DragEventHandler |
L'evento di bubbling corrispondente è Drop.The corresponding bubbling event is Drop.