Partager via


DesignerView.OnMatchGesture, méthode

Déclenche l'événement MatchGesture.

Espace de noms :  Microsoft.Windows.Design.Interaction
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
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
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

DesignerView Classe

Microsoft.Windows.Design.Interaction, espace de noms

AdornerPanel

Autres ressources

Procédure pas à pas : création d'un ornement au moment du design

Architecture d'ornement