MonoTouch.Dialog.DialogViewController.SearchDelegate.TextChanged C# (CSharp) Method

TextChanged() public method

public TextChanged ( UISearchBar searchBar, string searchText ) : void
searchBar UISearchBar
searchText string
return void
			public override void TextChanged (UISearchBar searchBar, string searchText)
			{
				container.PerformFilter (searchText ?? "");
			}