Compartir a través de


DesignerView.OnMatchGesture (Método)

Genera el evento MatchGesture.

Espacio de nombres:  Microsoft.Windows.Design.Interaction
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
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
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

DesignerView Clase

Microsoft.Windows.Design.Interaction (Espacio de nombres)

AdornerPanel

Otros recursos

Tutorial: Crear un adorno en tiempo de diseño

Arquitectura de los adornos