Condividi tramite


Metodo DesignerView.OnMatchGesture

Genera l'evento MatchGesture.

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

Sintassi

'Dichiarazione
Protected Overridable Sub OnMatchGesture ( _
    e As MatchGestureEventArgs _
)
protected virtual void OnMatchGesture(
    MatchGestureEventArgs e
)
protected:
virtual void OnMatchGesture(
    MatchGestureEventArgs^ e
)
abstract OnMatchGesture : 
        e:MatchGestureEventArgs -> unit 
override OnMatchGesture : 
        e:MatchGestureEventArgs -> unit 
protected function OnMatchGesture(
    e : MatchGestureEventArgs
)

Parametri

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