IUIScrollViewAccessibilityDelegate Interface
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.
This interface represents the Objective-C protocol UIScrollViewAccessibilityDelegate.
[Foundation.Protocol(Name="UIScrollViewAccessibilityDelegate", WrapperType=typeof(UIKit.UIScrollViewAccessibilityDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetAccessibilityScrollStatus", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UIScrollView) }, ReturnType=typeof(System.String), Selector="accessibilityScrollStatusForScrollView:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetAccessibilityAttributedScrollStatus", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UIScrollView) }, ReturnType=typeof(Foundation.NSAttributedString), Selector="accessibilityAttributedScrollStatusForScrollView:")]
public interface IUIScrollViewAccessibilityDelegate : IDisposable, UIKit.IUIScrollViewDelegate
[<Foundation.Protocol(Name="UIScrollViewAccessibilityDelegate", WrapperType=typeof(UIKit.UIScrollViewAccessibilityDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetAccessibilityScrollStatus", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UIScrollView) }, ReturnType=typeof(System.String), Selector="accessibilityScrollStatusForScrollView:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetAccessibilityAttributedScrollStatus", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UIScrollView) }, ReturnType=typeof(Foundation.NSAttributedString), Selector="accessibilityAttributedScrollStatusForScrollView:")>]
type IUIScrollViewAccessibilityDelegate = interface
interface INativeObject
interface IDisposable
interface IUIScrollViewDelegate
- Derived
- Attributes
- Implements
Remarks
A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.
A class may also implement members from this interface to implement members from the protocol.
Properties
| Name | Description |
|---|---|
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
Methods
| Name | Description |
|---|---|
| DecelerationEnded(UIScrollView) |
Indicates that deceleration relating to a scroll event has ended. (Inherited from IUIScrollViewDelegate) |
| DecelerationStarted(UIScrollView) |
Indicates that deceleration of a scrolling event has begun. (Inherited from IUIScrollViewDelegate) |
| DidChangeAdjustedContentInset(UIScrollView) |
Method that is called when the inset values change. (Inherited from IUIScrollViewDelegate) |
| DidZoom(UIScrollView) |
Indicates that the specified scrollView has zoomed. (Inherited from IUIScrollViewDelegate) |
| DraggingEnded(UIScrollView, Boolean) |
Indicates that dragging has completed. (Inherited from IUIScrollViewDelegate) |
| DraggingStarted(UIScrollView) |
Indicates that dragging has begun. (Inherited from IUIScrollViewDelegate) |
| GetAccessibilityAttributedScrollStatus(UIScrollView) |
Gets an attributed string that represents the current relative progress through a document or collection of documents. (For example, "Volume 34 of 51.") |
| GetAccessibilityScrollStatus(UIScrollView) |
Gets a string that represents the current relative progress through a document or collection of documents. (For example, "Volume 34 of 51.") |
| ScrollAnimationEnded(UIScrollView) |
Indicates that all animations relating to scrolling have completed. (Inherited from IUIScrollViewDelegate) |
| Scrolled(UIScrollView) |
Indicates that the specified scrollView has scrolled. (Inherited from IUIScrollViewDelegate) |
| ScrolledToTop(UIScrollView) |
Indicates that the specified scrollView's scrolling has ended at the top. (Inherited from IUIScrollViewDelegate) |
| ShouldScrollToTop(UIScrollView) |
Whether a scroll to the beginning of the scrollView should be permitted. (Inherited from IUIScrollViewDelegate) |
| ViewForZoomingInScrollView(UIScrollView) |
The UIView to scale when zooming is requested. (Inherited from IUIScrollViewDelegate) |
| WillEndDragging(UIScrollView, CGPoint, CGPoint) |
Indicates that dragging is about to end. (Inherited from IUIScrollViewDelegate) |
| ZoomingEnded(UIScrollView, UIView, NFloat) |
Indicates that zooming has completed. (Inherited from IUIScrollViewDelegate) |
| ZoomingStarted(UIScrollView, UIView) |
Indicates that zooming has begun. (Inherited from IUIScrollViewDelegate) |
Extension Methods
| Name | Description |
|---|---|
| GetHandle(INativeObject) | |
| GetNonNullHandle(INativeObject, String) | |
| GetAccessibilityAttributedScrollStatus(IUIScrollViewAccessibilityDelegate, UIScrollView) |
Gets an attributed string that represents the current relative progress through a document or collection of documents. (For example, "Volume 34 of 51.") |
| GetAccessibilityScrollStatus(IUIScrollViewAccessibilityDelegate, UIScrollView) |
Gets a string that represents the current relative progress through a document or collection of documents. (For example, "Volume 34 of 51.") |
| DecelerationEnded(IUIScrollViewDelegate, UIScrollView) |
Indicates that deceleration relating to a scroll event has ended. |
| DecelerationStarted(IUIScrollViewDelegate, UIScrollView) |
Indicates that deceleration of a scrolling event has begun. |
| DidChangeAdjustedContentInset(IUIScrollViewDelegate, UIScrollView) |
Method that is called when the inset values change. |
| DidZoom(IUIScrollViewDelegate, UIScrollView) |
Indicates that the specified scrollView has zoomed. |
| DraggingEnded(IUIScrollViewDelegate, UIScrollView, Boolean) |
Indicates that dragging has completed. |
| DraggingStarted(IUIScrollViewDelegate, UIScrollView) |
Indicates that dragging has begun. |
| ScrollAnimationEnded(IUIScrollViewDelegate, UIScrollView) |
Indicates that all animations relating to scrolling have completed. |
| Scrolled(IUIScrollViewDelegate, UIScrollView) |
Indicates that the specified scrollView has scrolled. |
| ScrolledToTop(IUIScrollViewDelegate, UIScrollView) |
Indicates that the specified scrollView's scrolling has ended at the top. |
| ShouldScrollToTop(IUIScrollViewDelegate, UIScrollView) |
Whether a scroll to the beginning of the scrollView should be permitted. |
| ViewForZoomingInScrollView(IUIScrollViewDelegate, UIScrollView) |
The UIView to scale when zooming is requested. |
| WillEndDragging(IUIScrollViewDelegate, UIScrollView, CGPoint, CGPoint) |
Indicates that dragging is about to end. |
| ZoomingEnded(IUIScrollViewDelegate, UIScrollView, UIView, NFloat) |
Indicates that zooming has completed. |
| ZoomingStarted(IUIScrollViewDelegate, UIScrollView, UIView) |
Indicates that zooming has begun. |