IUISearchBarDelegate
BookmarkButtonClicked(IUISearchBarDelegate, UISearchBar)
CancelButtonClicked(IUISearchBarDelegate, UISearchBar)
ListButtonClicked(IUISearchBarDelegate, UISearchBar)
OnEditingStarted(IUISearchBarDelegate, UISearchBar)
OnEditingStopped(IUISearchBarDelegate, UISearchBar)
SearchButtonClicked(IUISearchBarDelegate, UISearchBar)
SelectedScopeButtonIndexChanged(IUISearchBarDelegate, UISearchBar, nint)
SelectedScopeButtonIndexChanged(IUISearchBarDelegate, UISearchBar, nint)
ShouldBeginEditing(IUISearchBarDelegate, UISearchBar)
ShouldChangeTextInRange(IUISearchBarDelegate, UISearchBar, NSRange, String)
ShouldEndEditing(IUISearchBarDelegate, UISearchBar)
TextChanged(IUISearchBarDelegate, UISearchBar, String)
xamarinios
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 = "BookmarkButtonClicked", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UISearchBar) }, Selector = "searchBarBookmarkButtonClicked:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "CancelButtonClicked", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UISearchBar) }, Selector = "searchBarCancelButtonClicked:")]
[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 = "ListButtonClicked", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UISearchBar) }, Selector = "searchBarResultsListButtonClicked:")]
[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 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