Edit

Share via


SKCanvasView.Touch Event

Definition

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.

Applies to