Evento DesignerView.MatchGesture

Si verifica quando DesignerView mette in corrispondenza un movimento dell'input dell'utente con un comando.

Spazio dei nomi:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
Public Event MatchGesture As EventHandler(Of MatchGestureEventArgs)
public event EventHandler<MatchGestureEventArgs> MatchGesture
public:
 event EventHandler<MatchGestureEventArgs^>^ MatchGesture {
    void add (EventHandler<MatchGestureEventArgs^>^ value);
    void remove (EventHandler<MatchGestureEventArgs^>^ value);
}
member MatchGesture : IEvent<EventHandler<MatchGestureEventArgs>,
    MatchGestureEventArgs>
JScript non supporta gli eventi.

Note

Nel gestore di questo evento è possibile modificare il comando che verrà eseguito. È anche possibile modificare i parametri di posizione e altre informazioni di movimento che verranno passati al comando. Se l'associazione di input viene impostata su nullriferimento null (Nothing in Visual Basic), il comando non verrà eseguito.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DesignerView Classe

Spazio dei nomi Microsoft.Windows.Design.Interaction

AdornerPanel

Altre risorse

Procedura dettagliata: creazione di uno strumento decorativo visuale in fase di progettazione

Architettura degli strumenti decorativi visuali