SKCanvasView.Touch Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when a touch event is detected on the view.
public event EventHandler<SkiaSharp.Views.Maui.SKTouchEventArgs>? Touch;
Event Type
Remarks
This event is only raised when EnableTouchEvents is set to true. Set Handled to true to indicate that the event has been handled.