IUITextViewDelegate
Changed(IUITextViewDelegate, UITextView)
EditingEnded(IUITextViewDelegate, UITextView)
EditingStarted(IUITextViewDelegate, UITextView)
GetEditMenuForText(IUITextViewDelegate, UITextView, NSRange, UIMenuElement[])
GetMenuConfiguration(IUITextViewDelegate, UITextView, UITextItem, UIMenu)
GetPrimaryAction(IUITextViewDelegate, UITextView, UITextItem, UIAction)
SelectionChanged(IUITextViewDelegate, UITextView)
ShouldBeginEditing(IUITextViewDelegate, UITextView)
ShouldChangeText(IUITextViewDelegate, UITextView, NSRange, String)
ShouldEndEditing(IUITextViewDelegate, UITextView)
ShouldInteractWithTextAttachment(IUITextViewDelegate, UITextView, NSTextAttachment, NSRange)
ShouldInteractWithTextAttachment(IUITextViewDelegate, UITextView, NSTextAttachment, NSRange, UITextItemInteraction)
ShouldInteractWithUrl(IUITextViewDelegate, UITextView, NSUrl, NSRange)
ShouldInteractWithUrl(IUITextViewDelegate, UITextView, NSUrl, NSRange, UITextItemInteraction)
WillDismissEditMenu(IUITextViewDelegate, UITextView, IUIEditMenuInteractionAnimating)
WillDisplay(IUITextViewDelegate, UITextView, UITextItem, IUIContextMenuInteractionAnimating)
WillEnd(IUITextViewDelegate, UITextView, UITextItem, IUIContextMenuInteractionAnimating)
WillPresentEditMenu(IUITextViewDelegate, UITextView, IUIEditMenuInteractionAnimating)
xamarinios
namespace UIKit
{
[Protocol(Name = "UITextViewDelegate", WrapperType = typeof(UITextViewDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "EditingStarted", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UITextView) }, Selector = "textViewDidBeginEditing:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "EditingEnded", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UITextView) }, Selector = "textViewDidEndEditing:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "Changed", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UITextView) }, Selector = "textViewDidChange:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "SelectionChanged", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UITextView) }, Selector = "textViewDidChangeSelection:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldBeginEditing", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UITextView) }, ReturnType = typeof(bool), Selector = "textViewShouldBeginEditing:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldEndEditing", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UITextView) }, ReturnType = typeof(bool), Selector = "textViewShouldEndEditing:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldChangeText", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UITextView), typeof(NSRange), typeof(string) }, ReturnType = typeof(bool), Selector = "textView:shouldChangeTextInRange:replacementText:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldInteractWithUrl", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UITextView), typeof(NSUrl), typeof(NSRange) }, ReturnType = typeof(bool), Selector = "textView:shouldInteractWithURL:inRange:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldInteractWithTextAttachment", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UITextView), typeof(NSTextAttachment), typeof(NSRange) }, ReturnType = typeof(bool), Selector = "textView:shouldInteractWithTextAttachment:inRange:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldInteractWithUrl", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(UITextView), typeof(NSUrl), typeof(NSRange), typeof(UITextItemInteraction) }, ReturnType = typeof(bool), Selector = "textView:shouldInteractWithURL:inRange:interaction:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldInteractWithTextAttachment", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(UITextView), typeof(NSTextAttachment), typeof(NSRange), typeof(UITextItemInteraction) }, ReturnType = typeof(bool), Selector = "textView:shouldInteractWithTextAttachment:inRange:interaction:")]
public interface IUITextViewDelegate : INativeObject, IDisposable, IUIScrollViewDelegate
}
nuget.org | 0.0 % Reference this API 0.0 % Derive from this class or interface |
---|---|
.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