Sdílet prostřednictvím


DesignerView.OnMatchGesture – metoda

Zvýší MatchGesture událostí.

Obor názvů:  Microsoft.Windows.Design.Interaction
Sestavení:  Microsoft.Windows.Design.Interaction (v Microsoft.Windows.Design.Interaction.dll)

Syntaxe

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

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DesignerView Třída

Microsoft.Windows.Design.Interaction – obor názvů

AdornerPanel

Další zdroje

Walkthrough: Creating a Design-time Adorner

Adorner Architecture