Metodo DesignerView.OnMatchGesture
Genera l'evento MatchGesture.
Spazio dei nomi: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Sintassi
'Dichiarazione
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
)
Parametri
- e
Tipo: Microsoft.Windows.Design.Interaction.MatchGestureEventArgs
Oggetto MatchGestureEventArgs utilizzato quando viene generato l'evento.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.Windows.Design.Interaction
Altre risorse
Procedura dettagliata: creazione di uno strumento decorativo visuale in fase di progettazione