Espandi Riduci a icona
Questo argomento non è stato ancora valutato - Valuta questo argomento

Evento ContentElement.GiveFeedback

Occurs when the input system reports an underlying drag-and-drop event that involves this element.

Spazio dei nomi: System.Windows
Assembly: PresentationCore (in presentationcore.dll)
Spazio dei nomi XML:  http://schemas.microsoft.com/winfx/2006/xaml/presentation

public event GiveFeedbackEventHandler GiveFeedback
/** @event */
public void add_GiveFeedback (GiveFeedbackEventHandler value)

/** @event */
public void remove_GiveFeedback (GiveFeedbackEventHandler value)

In JScript è possibile gestire gli eventi definiti da una classe, ma non è possibile definirne di personalizzati.
<object GiveFeedback="GiveFeedbackEventHandler" .../>

Identifier field

GiveFeedbackEvent

Routing strategy

Bubbling

Delegate

GiveFeedbackEventHandler

The GiveFeedback event allows the source of a drag event to modify the appearance of the mouse pointer in order to give the user visual feedback during a drag-and-drop operation. The visual feedback reinforces that a drag-and-drop operation is in process.

This event creates an alias for the DragDrop.GiveFeedback  attached event for this class so that GiveFeedback is part of the class members list when ContentElement is inherited as a base element. Event handlers that are attached to the GiveFeedback event are attached to the underlying DragDrop.GiveFeedback attached event and receive the same event data instance.

Microsoft .NET Framework 3.0 è supportato in Windows Vista, Microsoft Windows XP SP2 e Windows Server 2003 SP1.

.NET Framework

Supportato in:
Il documento è risultato utile?
(1500 caratteri rimanenti)

Aggiunte alla community

AGGIUNGI
Microsoft sta conducendo un sondaggio in linea per comprendere l'opinione degli utenti in merito al sito Web di MSDN. Se si sceglie di partecipare, quando si lascia il sito Web di MSDN verrà visualizzato il sondaggio in linea.

Si desidera partecipare?
© 2013 Microsoft. Tutti i diritti riservati.