PanGestureRecognizer.IPanGestureController.SendPanStarted 方法

定义

 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

参数

sender
Element
gestureId
Int32

实现

适用于