UICollectionViewDelegate.DraggingEnded(UIScrollView, Boolean) 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 has completed.
[Foundation.Export("scrollViewDidEndDragging:willDecelerate:")]
public virtual void DraggingEnded (UIKit.UIScrollView scrollView, bool willDecelerate);
abstract member DraggingEnded : UIKit.UIScrollView * bool -> unit
override this.DraggingEnded : UIKit.UIScrollView * bool -> unit
Parameters
- scrollView
- UIScrollView
- willDecelerate
- Boolean
- Attributes