UIScrollViewDelegate
UIScrollViewDelegate()
UIScrollViewDelegate(IntPtr)
UIScrollViewDelegate(NativeHandle)
UIScrollViewDelegate(NSObjectFlag)
DecelerationEnded(UIScrollView)
DecelerationStarted(UIScrollView)
DidChangeAdjustedContentInset(UIScrollView)
DidZoom(UIScrollView)
DraggingEnded(UIScrollView, Boolean)
DraggingStarted(UIScrollView)
ScrollAnimationEnded(UIScrollView)
Scrolled(UIScrollView)
ScrolledToTop(UIScrollView)
ShouldScrollToTop(UIScrollView)
ViewForZoomingInScrollView(UIScrollView)
WillEndDragging(UIScrollView, CGPoint, CGPoint)
ZoomingEnded(UIScrollView, UIView, nfloat)
ZoomingEnded(UIScrollView, UIView, NFloat)
ZoomingStarted(UIScrollView, UIView)
xamarinios
namespace UIKit
{
[Model]
[Protocol]
[Register("UIScrollViewDelegate", false)]
public class UIScrollViewDelegate : NSObject, INativeObject, IDisposable, IUIScrollViewDelegate
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("scrollViewWillEndDragging:withVelocity:targetContentOffset:")]
public virtual void WillEndDragging(UIScrollView! scrollView, CGPoint velocity, ref CGPoint targetContentOffset);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API