UIScrollViewDelegate.DraggingStarted(UIScrollView) Method

Definition

Called when dragging is about to begin.

[Foundation.Export("scrollViewWillBeginDragging:")]
public virtual void DraggingStarted (UIKit.UIScrollView scrollView);
abstract member DraggingStarted : UIKit.UIScrollView -> unit
override this.DraggingStarted : UIKit.UIScrollView -> unit

Parameters

scrollView
UIScrollView

Scroll view whose content is about to be scrolled.

Attributes

Remarks

This method may not be called until dragging has already commenced a small distance.

Applies to