Share via


DesignerView.OnMatchGesture Method

Raises the MatchGesture event.

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
)

Parameters

.NET Framework Security

See Also

Reference

DesignerView Class

Microsoft.Windows.Design.Interaction Namespace

AdornerPanel

Other Resources

Walkthrough: Creating a Design-time Adorner

Adorner Architecture