xamarintvos
namespace UIKit
{
[Protocol(Name = "UISearchBarDelegate", WrapperType = typeof(UISearchBarDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "OnEditingStarted", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UISearchBar) }, Selector = "searchBarTextDidBeginEditing:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "OnEditingStopped", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UISearchBar) }, Selector = "searchBarTextDidEndEditing:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "TextChanged", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UISearchBar), typeof(string) }, Selector = "searchBar:textDidChange:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "SearchButtonClicked", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UISearchBar) }, Selector = "searchBarSearchButtonClicked:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "SelectedScopeButtonIndexChanged", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UISearchBar), typeof(nint) }, Selector = "searchBar:selectedScopeButtonIndexDidChange:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldBeginEditing", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UISearchBar) }, ReturnType = typeof(bool), Selector = "searchBarShouldBeginEditing:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldEndEditing", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UISearchBar) }, ReturnType = typeof(bool), Selector = "searchBarShouldEndEditing:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldChangeTextInRange", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UISearchBar), typeof(NSRange), typeof(string) }, ReturnType = typeof(bool), Selector = "searchBar:shouldChangeTextInRange:replacementText:")]
public interface IUISearchBarDelegate : INativeObject, IDisposable, IUIBarPositioningDelegate
}
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. |