UIKit.UISearchBarDelegate_Extensions Members

The members of UIKit.UISearchBarDelegate_Extensions are listed below.

See Also: Inherited members from System.Object

Public Methods

static
BookmarkButtonClicked(this IUISearchBarDelegate, UISearchBar)
Indicates that the bookmark button was tapped.
static
CancelButtonClicked(this IUISearchBarDelegate, UISearchBar)
Indicates that the cancel button was tapped.
static
ListButtonClicked(this IUISearchBarDelegate, UISearchBar)
Indicates that the list button was tapped.
static
OnEditingStarted(this IUISearchBarDelegate, UISearchBar)
Indicates that the user has begun editing the search text.
static
OnEditingStopped(this IUISearchBarDelegate, UISearchBar)
Indicates that the user has stopped editing the text field.
static
SearchButtonClicked(this IUISearchBarDelegate, UISearchBar)
Indicates that the search button was tapped.
static
SelectedScopeButtonIndexChanged(this IUISearchBarDelegate, UISearchBar, nint)
Indicates that the user has changed the scope of the search.
static
ShouldBeginEditing(this IUISearchBarDelegate, UISearchBar) : bool
Whether editing of the search text should be allowed.
static
ShouldChangeTextInRange(this IUISearchBarDelegate, UISearchBar, Foundation.NSRange, string) : bool
Whether the text in the specified range should be replaced with the specified text.
static
ShouldEndEditing(this IUISearchBarDelegate, UISearchBar) : bool
Whether the editing of the search text should end.
static
TextChanged(this IUISearchBarDelegate, UISearchBar, string)
Indicates that the search text has changed.