Freigeben über


DesignerView.OnMatchGesture-Methode

Löst das MatchGesture-Ereignis aus.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

DesignerView Klasse

Microsoft.Windows.Design.Interaction-Namespace

AdornerPanel

Weitere Ressourcen

Exemplarische Vorgehensweise: Erstellen eines Entwurfszeitadorners

Adorner-Architektur