C# Class MonoMobile.Views.DataContextBinder

Inheritance: NSObject, IHandleNotifyPropertyChanged, IHandleNotifyCollectionChanged
Show file Open project: RobertKozak/MonoMobile.Views Class Usage Examples

Public Methods

Method Description
DataContextBinder ( DialogViewController controller, MonoMobile.Views.Section section ) : System
HandleNotifyCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
HandleNotifyPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Private Methods

Method Description
AddPropertyChangedHandler ( object item ) : void
AddRow ( MonoMobile.Views.Section section, int row, object item, UITableViewRowAnimation animation = UITableViewRowAnimation.Fade ) : void
InsertRow ( MonoMobile.Views.Section section, int row, object item, UITableViewRowAnimation animation = UITableViewRowAnimation.Fade ) : void
RemovePropertyChangedHandler ( object item ) : void
RemoveRow ( MonoMobile.Views.Section section, object item, UITableViewRowAnimation animation = UITableViewRowAnimation.Fade ) : void
ReplaceRow ( MonoMobile.Views.Section section, object oldItem, object newItem, UITableViewRowAnimation animation = UITableViewRowAnimation.Fade ) : void

Method Details

DataContextBinder() public method

public DataContextBinder ( DialogViewController controller, MonoMobile.Views.Section section ) : System
controller DialogViewController
section MonoMobile.Views.Section
return System

HandleNotifyCollectionChanged() public method

public HandleNotifyCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
sender object
e System.Collections.Specialized.NotifyCollectionChangedEventArgs
return void

HandleNotifyPropertyChanged() public method

public HandleNotifyPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
sender object
e System.ComponentModel.PropertyChangedEventArgs
return void