Share via


UIScrollViewDelegate_Extensions.Scrolled Method

Definition

Indicates that the specified scrollView has scrolled.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void Scrolled(this UIKit.IUIScrollViewDelegate This, UIKit.UIScrollView scrollView);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Scrolled : UIKit.IUIScrollViewDelegate * UIKit.UIScrollView -> unit

Parameters

scrollView
UIScrollView

Scroll view where the scrolling occurred.

Attributes

Applies to