UIWebView.Scrolled(UIScrollView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that the view has scrolled.
[Foundation.Export("scrollViewDidScroll:")]
public virtual void Scrolled (UIKit.UIScrollView scrollView);
abstract member Scrolled : UIKit.UIScrollView -> unit
override this.Scrolled : UIKit.UIScrollView -> unit
Parameters
- scrollView
- UIScrollView
- Attributes