Table of Contents

Event PanDetected

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

Occurs when a single-finger pan (drag) gesture is detected.

public event EventHandler<SKPanGestureEventArgs>? PanDetected

Returns

EventHandler<SKPanGestureEventArgs>

Remarks

Pan events fire continuously as a single touch moves beyond the TouchSlop threshold.