Edit

Share via


UIScrollViewDelegate_Extensions.DraggingStarted Method

Definition

Indicates that dragging has begun.

public static void DraggingStarted(this UIKit.IUIScrollViewDelegate This, UIKit.UIScrollView scrollView);

Parameters

This
IUIScrollViewDelegate

The instance on which this extension method operates.

scrollView
UIScrollView

Scroll view whose content is about to be scrolled.

Applies to