Método DesignerView.OnMatchGesture
Raises the MatchGesture event.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)
Sintaxe
'Declaração
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
- e
Tipo: Microsoft.Windows.Design.Interaction.MatchGestureEventArgs
O MatchGestureEventArgs usada ao gerar o evento.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.Windows.Design.Interaction