SwipeGestureRecognizer.SendSwiped(View, SwipeDirection) Methode

Definition

Ruft das Swiped Ereignis auf und führt die Command.

public:
 void SendSwiped(Microsoft::Maui::Controls::View ^ sender, Microsoft::Maui::SwipeDirection direction);
public void SendSwiped(Microsoft.Maui.Controls.View sender, Microsoft.Maui.SwipeDirection direction);
member this.SendSwiped : Microsoft.Maui.Controls.View * Microsoft.Maui.SwipeDirection -> unit
Public Sub SendSwiped (sender As View, direction As SwipeDirection)

Parameter

sender
View

Die Ansicht, die den Wisch erkannt hat.

direction
SwipeDirection

Die Richtung des Wischens.

Gilt für: