UIScrollViewDelegate.DecelerationEnded(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 deceleration relating to a scroll event has ended.
[Foundation.Export("scrollViewDidEndDecelerating:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DecelerationEnded(UIKit.UIScrollView scrollView);
[<Foundation.Export("scrollViewDidEndDecelerating:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DecelerationEnded : UIKit.UIScrollView -> unit
override this.DecelerationEnded : UIKit.UIScrollView -> unit
Parameters
- scrollView
- UIScrollView
Scroll view object that is decelerating the scrolling content.
Implements
- Attributes