Compartilhar via


PanGestureRecognizer.IPanGestureController.SendPanStarted Method

Definition

 virtual void Microsoft.Maui.Controls.IPanGestureController.SendPanStarted(Microsoft::Maui::Controls::Element ^ sender, int gestureId) = Microsoft::Maui::Controls::IPanGestureController::SendPanStarted;
void IPanGestureController.SendPanStarted (Microsoft.Maui.Controls.Element sender, int gestureId);
abstract member Microsoft.Maui.Controls.IPanGestureController.SendPanStarted : Microsoft.Maui.Controls.Element * int -> unit
override this.Microsoft.Maui.Controls.IPanGestureController.SendPanStarted : Microsoft.Maui.Controls.Element * int -> unit
Sub SendPanStarted (sender As Element, gestureId As Integer) Implements IPanGestureController.SendPanStarted

Parameters

sender
Element
gestureId
Int32

Implements

Applies to