xamarintvos
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 xamarintvos | |
Assembly | Xamarin.TVOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |