Share via


IUITextViewDelegate Interface

Definition

A class used to receive notifications from a UITextView control.

[Foundation.Protocol(Name="UITextViewDelegate", WrapperType=typeof(UIKit.UITextViewDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldBeginEditing", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, ReturnType=typeof(System.Boolean), Selector="textViewShouldBeginEditing:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldEndEditing", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, ReturnType=typeof(System.Boolean), Selector="textViewShouldEndEditing:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="EditingStarted", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, Selector="textViewDidBeginEditing:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="EditingEnded", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, Selector="textViewDidEndEditing:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldChangeText", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSRange), typeof(System.String) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldChangeTextInRange:replacementText:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Changed", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, Selector="textViewDidChange:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="SelectionChanged", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, Selector="textViewDidChangeSelection:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldInteractWithUrl", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSUrl), typeof(Foundation.NSRange) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldInteractWithURL:inRange:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldInteractWithTextAttachment", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.NSTextAttachment), typeof(Foundation.NSRange) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldInteractWithTextAttachment:inRange:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldInteractWithUrl", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSUrl), typeof(Foundation.NSRange), typeof(UIKit.UITextItemInteraction) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldInteractWithURL:inRange:interaction:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldInteractWithTextAttachment", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.NSTextAttachment), typeof(Foundation.NSRange), typeof(UIKit.UITextItemInteraction) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldInteractWithTextAttachment:inRange:interaction:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetEditMenuForText", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSRange), typeof(UIKit.UIMenuElement[]) }, ReturnType=typeof(UIKit.UIMenu), Selector="textView:editMenuForTextInRange:suggestedActions:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillPresentEditMenu", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.IUIEditMenuInteractionAnimating) }, Selector="textView:willPresentEditMenuWithAnimator:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillDismissEditMenu", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.IUIEditMenuInteractionAnimating) }, Selector="textView:willDismissEditMenuWithAnimator:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetPrimaryAction", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.UITextItem), typeof(UIKit.UIAction) }, ReturnType=typeof(UIKit.UIAction), Selector="textView:primaryActionForTextItem:defaultAction:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetMenuConfiguration", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.UITextItem), typeof(UIKit.UIMenu) }, ReturnType=typeof(UIKit.UITextItemMenuConfiguration), Selector="textView:menuConfigurationForTextItem:defaultMenu:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillDisplay", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.UITextItem), typeof(UIKit.IUIContextMenuInteractionAnimating) }, Selector="textView:textItemMenuWillDisplayForTextItem:animator:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillEnd", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.UITextItem), typeof(UIKit.IUIContextMenuInteractionAnimating) }, Selector="textView:textItemMenuWillEndForTextItem:animator:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WritingToolsWillBegin", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, Selector="textViewWritingToolsWillBegin:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WritingToolsDidEnd", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, Selector="textViewWritingToolsDidEnd:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetWritingToolsIgnoredRangesInEnclosingRange", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSRange) }, ReturnType=typeof(Foundation.NSValue[]), Selector="textView:writingToolsIgnoredRangesInEnclosingRange:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillBeginFormatting", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.UITextFormattingViewController) }, Selector="textView:willBeginFormattingWithViewController:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidBeginFormatting", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.UITextFormattingViewController) }, Selector="textView:didBeginFormattingWithViewController:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillEndFormatting", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.UITextFormattingViewController) }, Selector="textView:willEndFormattingWithViewController:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidEndFormatting", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.UITextFormattingViewController) }, Selector="textView:didEndFormattingWithViewController:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="InsertInputSuggestion", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.UIInputSuggestion) }, Selector="textView:insertInputSuggestion:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldChangeText", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSValue[]), typeof(System.String) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldChangeTextInRanges:replacementText:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetEditMenuForText", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSValue[]), typeof(UIKit.UIMenuElement[]) }, ReturnType=typeof(UIKit.UIMenu), Selector="textView:editMenuForTextInRanges:suggestedActions:")]
public interface IUITextViewDelegate : IDisposable, UIKit.IUIScrollViewDelegate
[Foundation.Protocol(Name="UITextViewDelegate", WrapperType=typeof(UIKit.UITextViewDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldBeginEditing", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, ReturnType=typeof(System.Boolean), Selector="textViewShouldBeginEditing:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldEndEditing", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, ReturnType=typeof(System.Boolean), Selector="textViewShouldEndEditing:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="EditingStarted", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, Selector="textViewDidBeginEditing:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="EditingEnded", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, Selector="textViewDidEndEditing:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldChangeText", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSRange), typeof(System.String) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldChangeTextInRange:replacementText:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Changed", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, Selector="textViewDidChange:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="SelectionChanged", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, Selector="textViewDidChangeSelection:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldInteractWithUrl", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSUrl), typeof(Foundation.NSRange) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldInteractWithURL:inRange:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldInteractWithTextAttachment", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.NSTextAttachment), typeof(Foundation.NSRange) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldInteractWithTextAttachment:inRange:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldInteractWithUrl", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSUrl), typeof(Foundation.NSRange), typeof(UIKit.UITextItemInteraction) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldInteractWithURL:inRange:interaction:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldInteractWithTextAttachment", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.NSTextAttachment), typeof(Foundation.NSRange), typeof(UIKit.UITextItemInteraction) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldInteractWithTextAttachment:inRange:interaction:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetEditMenuForText", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSRange), typeof(UIKit.UIMenuElement[]) }, ReturnType=typeof(UIKit.UIMenu), Selector="textView:editMenuForTextInRange:suggestedActions:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillPresentEditMenu", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.IUIEditMenuInteractionAnimating) }, Selector="textView:willPresentEditMenuWithAnimator:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillDismissEditMenu", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.IUIEditMenuInteractionAnimating) }, Selector="textView:willDismissEditMenuWithAnimator:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetPrimaryAction", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.UITextItem), typeof(UIKit.UIAction) }, ReturnType=typeof(UIKit.UIAction), Selector="textView:primaryActionForTextItem:defaultAction:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetMenuConfiguration", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.UITextItem), typeof(UIKit.UIMenu) }, ReturnType=typeof(UIKit.UITextItemMenuConfiguration), Selector="textView:menuConfigurationForTextItem:defaultMenu:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillDisplay", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.UITextItem), typeof(UIKit.IUIContextMenuInteractionAnimating) }, Selector="textView:textItemMenuWillDisplayForTextItem:animator:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillEnd", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.UITextItem), typeof(UIKit.IUIContextMenuInteractionAnimating) }, Selector="textView:textItemMenuWillEndForTextItem:animator:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WritingToolsWillBegin", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, Selector="textViewWritingToolsWillBegin:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WritingToolsDidEnd", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, Selector="textViewWritingToolsDidEnd:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetWritingToolsIgnoredRangesInEnclosingRange", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSRange) }, ReturnType=typeof(Foundation.NSValue[]), Selector="textView:writingToolsIgnoredRangesInEnclosingRange:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldChangeText", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSValue[]), typeof(System.String) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldChangeTextInRanges:replacementText:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetEditMenuForText", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSValue[]), typeof(UIKit.UIMenuElement[]) }, ReturnType=typeof(UIKit.UIMenu), Selector="textView:editMenuForTextInRanges:suggestedActions:")]
public interface IUITextViewDelegate : IDisposable, UIKit.IUIScrollViewDelegate
[Foundation.Protocol(Name="UITextViewDelegate", WrapperType=typeof(UIKit.UITextViewDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldBeginEditing", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, ReturnType=typeof(System.Boolean), Selector="textViewShouldBeginEditing:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldEndEditing", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, ReturnType=typeof(System.Boolean), Selector="textViewShouldEndEditing:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="EditingStarted", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, Selector="textViewDidBeginEditing:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="EditingEnded", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, Selector="textViewDidEndEditing:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldChangeText", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSRange), typeof(System.String) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldChangeTextInRange:replacementText:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Changed", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, Selector="textViewDidChange:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="SelectionChanged", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, Selector="textViewDidChangeSelection:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldInteractWithUrl", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSUrl), typeof(Foundation.NSRange) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldInteractWithURL:inRange:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldInteractWithTextAttachment", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.NSTextAttachment), typeof(Foundation.NSRange) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldInteractWithTextAttachment:inRange:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldInteractWithUrl", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSUrl), typeof(Foundation.NSRange), typeof(UIKit.UITextItemInteraction) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldInteractWithURL:inRange:interaction:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldInteractWithTextAttachment", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.NSTextAttachment), typeof(Foundation.NSRange), typeof(UIKit.UITextItemInteraction) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldInteractWithTextAttachment:inRange:interaction:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetEditMenuForText", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSRange), typeof(UIKit.UIMenuElement[]) }, ReturnType=typeof(UIKit.UIMenu), Selector="textView:editMenuForTextInRange:suggestedActions:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldChangeText", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSValue[]), typeof(System.String) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldChangeTextInRanges:replacementText:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetEditMenuForText", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSValue[]), typeof(UIKit.UIMenuElement[]) }, ReturnType=typeof(UIKit.UIMenu), Selector="textView:editMenuForTextInRanges:suggestedActions:")]
public interface IUITextViewDelegate : IDisposable, UIKit.IUIScrollViewDelegate
[<Foundation.Protocol(Name="UITextViewDelegate", WrapperType=typeof(UIKit.UITextViewDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldBeginEditing", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, ReturnType=typeof(System.Boolean), Selector="textViewShouldBeginEditing:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldEndEditing", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, ReturnType=typeof(System.Boolean), Selector="textViewShouldEndEditing:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="EditingStarted", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, Selector="textViewDidBeginEditing:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="EditingEnded", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, Selector="textViewDidEndEditing:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldChangeText", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSRange), typeof(System.String) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldChangeTextInRange:replacementText:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Changed", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, Selector="textViewDidChange:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="SelectionChanged", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, Selector="textViewDidChangeSelection:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldInteractWithUrl", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSUrl), typeof(Foundation.NSRange) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldInteractWithURL:inRange:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldInteractWithTextAttachment", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.NSTextAttachment), typeof(Foundation.NSRange) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldInteractWithTextAttachment:inRange:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldInteractWithUrl", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSUrl), typeof(Foundation.NSRange), typeof(UIKit.UITextItemInteraction) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldInteractWithURL:inRange:interaction:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldInteractWithTextAttachment", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.NSTextAttachment), typeof(Foundation.NSRange), typeof(UIKit.UITextItemInteraction) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldInteractWithTextAttachment:inRange:interaction:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetEditMenuForText", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSRange), typeof(UIKit.UIMenuElement[]) }, ReturnType=typeof(UIKit.UIMenu), Selector="textView:editMenuForTextInRange:suggestedActions:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillPresentEditMenu", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.IUIEditMenuInteractionAnimating) }, Selector="textView:willPresentEditMenuWithAnimator:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillDismissEditMenu", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.IUIEditMenuInteractionAnimating) }, Selector="textView:willDismissEditMenuWithAnimator:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetPrimaryAction", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.UITextItem), typeof(UIKit.UIAction) }, ReturnType=typeof(UIKit.UIAction), Selector="textView:primaryActionForTextItem:defaultAction:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetMenuConfiguration", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.UITextItem), typeof(UIKit.UIMenu) }, ReturnType=typeof(UIKit.UITextItemMenuConfiguration), Selector="textView:menuConfigurationForTextItem:defaultMenu:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillDisplay", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.UITextItem), typeof(UIKit.IUIContextMenuInteractionAnimating) }, Selector="textView:textItemMenuWillDisplayForTextItem:animator:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillEnd", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.UITextItem), typeof(UIKit.IUIContextMenuInteractionAnimating) }, Selector="textView:textItemMenuWillEndForTextItem:animator:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WritingToolsWillBegin", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, Selector="textViewWritingToolsWillBegin:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WritingToolsDidEnd", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, Selector="textViewWritingToolsDidEnd:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetWritingToolsIgnoredRangesInEnclosingRange", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSRange) }, ReturnType=typeof(Foundation.NSValue[]), Selector="textView:writingToolsIgnoredRangesInEnclosingRange:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillBeginFormatting", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.UITextFormattingViewController) }, Selector="textView:willBeginFormattingWithViewController:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidBeginFormatting", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.UITextFormattingViewController) }, Selector="textView:didBeginFormattingWithViewController:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillEndFormatting", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.UITextFormattingViewController) }, Selector="textView:willEndFormattingWithViewController:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidEndFormatting", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.UITextFormattingViewController) }, Selector="textView:didEndFormattingWithViewController:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="InsertInputSuggestion", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.UIInputSuggestion) }, Selector="textView:insertInputSuggestion:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldChangeText", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSValue[]), typeof(System.String) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldChangeTextInRanges:replacementText:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetEditMenuForText", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSValue[]), typeof(UIKit.UIMenuElement[]) }, ReturnType=typeof(UIKit.UIMenu), Selector="textView:editMenuForTextInRanges:suggestedActions:")>]
type IUITextViewDelegate = interface
    interface INativeObject
    interface IDisposable
    interface IUIScrollViewDelegate
[<Foundation.Protocol(Name="UITextViewDelegate", WrapperType=typeof(UIKit.UITextViewDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldBeginEditing", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, ReturnType=typeof(System.Boolean), Selector="textViewShouldBeginEditing:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldEndEditing", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, ReturnType=typeof(System.Boolean), Selector="textViewShouldEndEditing:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="EditingStarted", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, Selector="textViewDidBeginEditing:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="EditingEnded", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, Selector="textViewDidEndEditing:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldChangeText", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSRange), typeof(System.String) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldChangeTextInRange:replacementText:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Changed", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, Selector="textViewDidChange:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="SelectionChanged", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, Selector="textViewDidChangeSelection:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldInteractWithUrl", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSUrl), typeof(Foundation.NSRange) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldInteractWithURL:inRange:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldInteractWithTextAttachment", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.NSTextAttachment), typeof(Foundation.NSRange) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldInteractWithTextAttachment:inRange:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldInteractWithUrl", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSUrl), typeof(Foundation.NSRange), typeof(UIKit.UITextItemInteraction) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldInteractWithURL:inRange:interaction:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldInteractWithTextAttachment", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.NSTextAttachment), typeof(Foundation.NSRange), typeof(UIKit.UITextItemInteraction) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldInteractWithTextAttachment:inRange:interaction:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetEditMenuForText", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSRange), typeof(UIKit.UIMenuElement[]) }, ReturnType=typeof(UIKit.UIMenu), Selector="textView:editMenuForTextInRange:suggestedActions:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillPresentEditMenu", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.IUIEditMenuInteractionAnimating) }, Selector="textView:willPresentEditMenuWithAnimator:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillDismissEditMenu", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.IUIEditMenuInteractionAnimating) }, Selector="textView:willDismissEditMenuWithAnimator:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetPrimaryAction", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.UITextItem), typeof(UIKit.UIAction) }, ReturnType=typeof(UIKit.UIAction), Selector="textView:primaryActionForTextItem:defaultAction:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetMenuConfiguration", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.UITextItem), typeof(UIKit.UIMenu) }, ReturnType=typeof(UIKit.UITextItemMenuConfiguration), Selector="textView:menuConfigurationForTextItem:defaultMenu:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillDisplay", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.UITextItem), typeof(UIKit.IUIContextMenuInteractionAnimating) }, Selector="textView:textItemMenuWillDisplayForTextItem:animator:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillEnd", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.UITextItem), typeof(UIKit.IUIContextMenuInteractionAnimating) }, Selector="textView:textItemMenuWillEndForTextItem:animator:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WritingToolsWillBegin", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, Selector="textViewWritingToolsWillBegin:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WritingToolsDidEnd", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, Selector="textViewWritingToolsDidEnd:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetWritingToolsIgnoredRangesInEnclosingRange", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSRange) }, ReturnType=typeof(Foundation.NSValue[]), Selector="textView:writingToolsIgnoredRangesInEnclosingRange:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldChangeText", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSValue[]), typeof(System.String) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldChangeTextInRanges:replacementText:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetEditMenuForText", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSValue[]), typeof(UIKit.UIMenuElement[]) }, ReturnType=typeof(UIKit.UIMenu), Selector="textView:editMenuForTextInRanges:suggestedActions:")>]
type IUITextViewDelegate = interface
    interface INativeObject
    interface IDisposable
    interface IUIScrollViewDelegate
[<Foundation.Protocol(Name="UITextViewDelegate", WrapperType=typeof(UIKit.UITextViewDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldBeginEditing", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, ReturnType=typeof(System.Boolean), Selector="textViewShouldBeginEditing:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldEndEditing", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, ReturnType=typeof(System.Boolean), Selector="textViewShouldEndEditing:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="EditingStarted", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, Selector="textViewDidBeginEditing:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="EditingEnded", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, Selector="textViewDidEndEditing:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldChangeText", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSRange), typeof(System.String) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldChangeTextInRange:replacementText:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Changed", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, Selector="textViewDidChange:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="SelectionChanged", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView) }, Selector="textViewDidChangeSelection:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldInteractWithUrl", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSUrl), typeof(Foundation.NSRange) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldInteractWithURL:inRange:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldInteractWithTextAttachment", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.NSTextAttachment), typeof(Foundation.NSRange) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldInteractWithTextAttachment:inRange:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldInteractWithUrl", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSUrl), typeof(Foundation.NSRange), typeof(UIKit.UITextItemInteraction) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldInteractWithURL:inRange:interaction:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldInteractWithTextAttachment", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(UIKit.NSTextAttachment), typeof(Foundation.NSRange), typeof(UIKit.UITextItemInteraction) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldInteractWithTextAttachment:inRange:interaction:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetEditMenuForText", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSRange), typeof(UIKit.UIMenuElement[]) }, ReturnType=typeof(UIKit.UIMenu), Selector="textView:editMenuForTextInRange:suggestedActions:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldChangeText", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSValue[]), typeof(System.String) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldChangeTextInRanges:replacementText:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetEditMenuForText", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextView), typeof(Foundation.NSValue[]), typeof(UIKit.UIMenuElement[]) }, ReturnType=typeof(UIKit.UIMenu), Selector="textView:editMenuForTextInRanges:suggestedActions:")>]
type IUITextViewDelegate = interface
    interface INativeObject
    interface IDisposable
    interface IUIScrollViewDelegate
Derived
Attributes
Implements

Remarks

A strongly typed implementation of a class that can be used to respond to events raised by the UITextView.

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
Changed(UITextView)

Indicates the text or text attributes in the specified UITextView were changed by the app user.

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)
DidBeginFormatting(UITextView, UITextFormattingViewController)
DidChangeAdjustedContentInset(UIScrollView)

Method that is called when the inset values change.

(Inherited from IUIScrollViewDelegate)
DidEndFormatting(UITextView, UITextFormattingViewController)
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)
EditingEnded(UITextView)

Indicates that editing has ended in the specified UITextView.

EditingStarted(UITextView)

Indicates editing has begun in the specified UITextView.

GetEditMenuForText(UITextView, NSRange, UIMenuElement[])
GetEditMenuForText(UITextView, NSValue[], UIMenuElement[])
GetMenuConfiguration(UITextView, UITextItem, UIMenu)
GetPrimaryAction(UITextView, UITextItem, UIAction)
GetWritingToolsIgnoredRangesInEnclosingRange(UITextView, NSRange)
InsertInputSuggestion(UITextView, UIInputSuggestion)
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)
SelectionChanged(UITextView)

Indicates the text selection has changed in the specified UITextView.

ShouldBeginEditing(UITextView)

Whether editing should begin in the specified UITextView.

ShouldChangeText(UITextView, NSRange, String)

Whether the specified text should be replaced in the UITextView.

ShouldChangeText(UITextView, NSValue[], String)
ShouldEndEditing(UITextView)

Whether editing should end in the specified UITextView.

ShouldInteractWithTextAttachment(UITextView, NSTextAttachment, NSRange, UITextItemInteraction)

Whether the specified UITextView should allow user interaction with the specified URL in the given range of text.

ShouldInteractWithTextAttachment(UITextView, NSTextAttachment, NSRange)

Developers should not use this deprecated method. Developers should use the 'ShouldInteractWithTextAttachment' overload that takes 'UITextItemInteraction' instead.

ShouldInteractWithUrl(UITextView, NSUrl, NSRange, UITextItemInteraction)

Whether the specified UITextView should allow user interaction with the specified URL in the given range of text.

ShouldInteractWithUrl(UITextView, NSUrl, NSRange)

Whether the specified UITextView should allow user interaction with the specified URL in the given range of text.

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)
WillBeginFormatting(UITextView, UITextFormattingViewController)
WillDismissEditMenu(UITextView, IUIEditMenuInteractionAnimating)
WillDisplay(UITextView, UITextItem, IUIContextMenuInteractionAnimating)
WillEnd(UITextView, UITextItem, IUIContextMenuInteractionAnimating)
WillEndDragging(UIScrollView, CGPoint, CGPoint)

Indicates that dragging is about to end.

(Inherited from IUIScrollViewDelegate)
WillEndFormatting(UITextView, UITextFormattingViewController)
WillPresentEditMenu(UITextView, IUIEditMenuInteractionAnimating)
WritingToolsDidEnd(UITextView)
WritingToolsWillBegin(UITextView)
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)
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.

Changed(IUITextViewDelegate, UITextView)

Indicates the text or text attributes in the specified UITextView were changed by the app user.

DidBeginFormatting(IUITextViewDelegate, UITextView, UITextFormattingViewController)
DidEndFormatting(IUITextViewDelegate, UITextView, UITextFormattingViewController)
EditingEnded(IUITextViewDelegate, UITextView)

Indicates that editing has ended in the specified UITextView.

EditingStarted(IUITextViewDelegate, UITextView)

Indicates editing has begun in the specified UITextView.

GetEditMenuForText(IUITextViewDelegate, UITextView, NSRange, UIMenuElement[])
GetEditMenuForText(IUITextViewDelegate, UITextView, NSValue[], UIMenuElement[])
GetMenuConfiguration(IUITextViewDelegate, UITextView, UITextItem, UIMenu)
GetPrimaryAction(IUITextViewDelegate, UITextView, UITextItem, UIAction)
GetWritingToolsIgnoredRangesInEnclosingRange(IUITextViewDelegate, UITextView, NSRange)
InsertInputSuggestion(IUITextViewDelegate, UITextView, UIInputSuggestion)
SelectionChanged(IUITextViewDelegate, UITextView)

Indicates the text selection has changed in the specified UITextView.

ShouldBeginEditing(IUITextViewDelegate, UITextView)

Whether editing should begin in the specified UITextView.

ShouldChangeText(IUITextViewDelegate, UITextView, NSRange, String)

Whether the specified text should be replaced in the UITextView.

ShouldChangeText(IUITextViewDelegate, UITextView, NSValue[], String)
ShouldEndEditing(IUITextViewDelegate, UITextView)

Whether editing should end in the specified UITextView.

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

Whether the specified UITextView should allow user interaction with the specified URL in the given range of text.

ShouldInteractWithTextAttachment(IUITextViewDelegate, UITextView, NSTextAttachment, NSRange)

Developers should not use this deprecated method. Developers should use the 'ShouldInteractWithTextAttachment' overload that takes 'UITextItemInteraction' instead.

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

Whether the specified UITextView should allow user interaction with the specified URL in the given range of text.

ShouldInteractWithUrl(IUITextViewDelegate, UITextView, NSUrl, NSRange)

Whether the specified UITextView should allow user interaction with the specified URL in the given range of text.

WillBeginFormatting(IUITextViewDelegate, UITextView, UITextFormattingViewController)
WillDismissEditMenu(IUITextViewDelegate, UITextView, IUIEditMenuInteractionAnimating)
WillDisplay(IUITextViewDelegate, UITextView, UITextItem, IUIContextMenuInteractionAnimating)
WillEnd(IUITextViewDelegate, UITextView, UITextItem, IUIContextMenuInteractionAnimating)
WillEndFormatting(IUITextViewDelegate, UITextView, UITextFormattingViewController)
WillPresentEditMenu(IUITextViewDelegate, UITextView, IUIEditMenuInteractionAnimating)
WritingToolsDidEnd(IUITextViewDelegate, UITextView)
WritingToolsWillBegin(IUITextViewDelegate, UITextView)

Applies to

See also