UIWebView.WillEndDragging(UIScrollView, CGPoint, CGPoint) 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 dragging is about to end.
[Foundation.Export("scrollViewWillEndDragging:withVelocity:targetContentOffset:")]
public virtual void WillEndDragging (UIKit.UIScrollView scrollView, CoreGraphics.CGPoint velocity, ref CoreGraphics.CGPoint targetContentOffset);
abstract member WillEndDragging : UIKit.UIScrollView * CoreGraphics.CGPoint * -> unit
override this.WillEndDragging : UIKit.UIScrollView * CoreGraphics.CGPoint * -> unit
Parameters
- scrollView
- UIScrollView
- velocity
- CGPoint
- targetContentOffset
- CGPoint
- Attributes