C# Class SectionedUITableViewSample.SearchDelegate

Inheritance: UISearchBarDelegate
Show file Open project: kevinsheffield/MonoTouchDemos

Public Properties

Property Type Description
tvc UITableViewController
tvdc TableViewDataSource

Public Methods

Method Description
SearchDelegate ( UITableViewController tvc, TableViewDataSource tvdc ) : System
TextChanged ( UISearchBar searchBar, string searchText ) : void

Method Details

SearchDelegate() public method

public SearchDelegate ( UITableViewController tvc, TableViewDataSource tvdc ) : System
tvc UITableViewController
tvdc TableViewDataSource
return System

TextChanged() public method

public TextChanged ( UISearchBar searchBar, string searchText ) : void
searchBar UISearchBar
searchText string
return void

Property Details

tvc public property

public UITableViewController tvc
return UITableViewController

tvdc public property

public TableViewDataSource,SectionedUITableViewSample tvdc
return TableViewDataSource