共用方式為


IUITextViewDelegate 介面

定義

如果通訊協定 UITextViewDelegate 有任何) ,則表示必要方法的介面 (。

[Foundation.Protocol(Name="UITextViewDelegate", WrapperType=typeof(UIKit.UITextViewDelegateWrapper))]
public interface IUITextViewDelegate : IDisposable, UIKit.IUIScrollViewDelegate
type IUITextViewDelegate = interface
    interface INativeObject
    interface IDisposable
    interface IUIScrollViewDelegate
衍生
屬性
實作

備註

如果來自 所 UITextViewDelegate 定義的通訊協定有任何) ,這個介面會包含必要方法 (。

如果開發人員建立實作此介面的類別,則實作方法會自動匯出至 Objective-C,其中包含通訊協定中所定義方法的 UITextViewDelegate 相符簽章。

選擇性方法 (如果類別提供 UITextViewDelegate_Extensions 任何) 做為介面的擴充方法,可讓開發人員在通訊協定上叫用任何選擇性方法。

屬性

Handle

處理 unmanaged 物件標記法) (指標。

(繼承來源 INativeObject)

擴充方法

DecelerationEnded(IUIScrollViewDelegate, UIScrollView)

表示與捲動事件相關的減速已結束。

DecelerationStarted(IUIScrollViewDelegate, UIScrollView)

表示捲動事件的減速已開始。

DidChangeAdjustedContentInset(IUIScrollViewDelegate, UIScrollView)

在內嵌值變更時呼叫的方法。

DidZoom(IUIScrollViewDelegate, UIScrollView)

表示指定的 scrollView 已縮放。

DraggingEnded(IUIScrollViewDelegate, UIScrollView, Boolean)

表示拖曳已完成。

DraggingStarted(IUIScrollViewDelegate, UIScrollView)

表示已開始拖曳。

ScrollAnimationEnded(IUIScrollViewDelegate, UIScrollView)

表示與捲動相關的所有動畫都已完成。

Scrolled(IUIScrollViewDelegate, UIScrollView)

表示指定的 scrollView 已捲動。

ScrolledToTop(IUIScrollViewDelegate, UIScrollView)

表示指定的 scrollView 捲動已結束于頂端。

ShouldScrollToTop(IUIScrollViewDelegate, UIScrollView)

是否應該允許捲動至 scrollView 的開頭。

ViewForZoomingInScrollView(IUIScrollViewDelegate, UIScrollView)

要求縮放時要調整的 UIView。

WillEndDragging(IUIScrollViewDelegate, UIScrollView, CGPoint, CGPoint)

表示拖曳即將結束。

ZoomingEnded(IUIScrollViewDelegate, UIScrollView, UIView, nfloat)

表示縮放已完成。

ZoomingStarted(IUIScrollViewDelegate, UIScrollView, UIView)

表示縮放已開始。

Changed(IUITextViewDelegate, UITextView)

指出應用程式使用者已變更指定 UITextView 中的文字或文字屬性。

EditingEnded(IUITextViewDelegate, UITextView)

表示編輯已結束于指定的 UITextView 中。

EditingStarted(IUITextViewDelegate, UITextView)

表示已在指定的 UITextView 中開始編輯。

SelectionChanged(IUITextViewDelegate, UITextView)

指出指定的 UITextView 中的文字選取範圍已變更。

ShouldBeginEditing(IUITextViewDelegate, UITextView)

是否應該在指定的 UITextView 中開始編輯。

ShouldChangeText(IUITextViewDelegate, UITextView, NSRange, String)

是否應該在 UITextView 中取代指定的文字。

ShouldEndEditing(IUITextViewDelegate, UITextView)

編輯是否應該在指定的 UITextView 中結束。

ShouldInteractWithTextAttachment(IUITextViewDelegate, UITextView, NSTextAttachment, NSRange)

開發人員不應該使用此已被取代的方法。 開發人員應該改用 'UITextItemInteraction' 的 'ShouldInteractWithTextAttachment' 多載。

ShouldInteractWithTextAttachment(IUITextViewDelegate, UITextView, NSTextAttachment, NSRange, UITextItemInteraction)

指定的 UITextView 是否應該允許使用者與指定文字範圍內的指定 URL 互動。

ShouldInteractWithUrl(IUITextViewDelegate, UITextView, NSUrl, NSRange)

指定的 UITextView 是否應該允許使用者與指定文字範圍內的指定 URL 互動。

ShouldInteractWithUrl(IUITextViewDelegate, UITextView, NSUrl, NSRange, UITextItemInteraction)

指定的 UITextView 是否應該允許使用者與指定文字範圍內的指定 URL 互動。

適用於