Share via


IUIScrollViewDelegate.Scrolled(UIScrollView) Method

Definition

Indicates that the specified scrollView has scrolled.

[Foundation.Export("scrollViewDidScroll:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Scrolled(UIKit.UIScrollView scrollView);
[<Foundation.Export("scrollViewDidScroll:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Scrolled : UIKit.UIScrollView -> unit
override this.Scrolled : UIKit.UIScrollView -> unit

Parameters

scrollView
UIScrollView

Scroll view where the scrolling occurred.

Attributes

Applies to