C# Class MonoMobile.Views.DataContextBinder

Inheritance: NSObject, IHandleNotifyPropertyChanged, IHandleNotifyCollectionChanged
Afficher le fichier Open project: RobertKozak/MonoMobile.Views Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public DataContextBinder ( DialogViewController controller, MonoMobile.Views.Section section ) : System
controller DialogViewController
section MonoMobile.Views.Section
Résultat System

HandleNotifyCollectionChanged() public méthode

public HandleNotifyCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
sender object
e System.Collections.Specialized.NotifyCollectionChangedEventArgs
Résultat void

HandleNotifyPropertyChanged() public méthode

public HandleNotifyPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
sender object
e System.ComponentModel.PropertyChangedEventArgs
Résultat void