C# Класс MonoMobile.Views.DataContextBinder

Наследование: NSObject, IHandleNotifyPropertyChanged, IHandleNotifyCollectionChanged
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DataContextBinder ( DialogViewController controller, MonoMobile.Views.Section section ) : System
HandleNotifyCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
HandleNotifyPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Приватные методы

Метод Описание
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

Описание методов

DataContextBinder() публичный Метод

public DataContextBinder ( DialogViewController controller, MonoMobile.Views.Section section ) : System
controller DialogViewController
section MonoMobile.Views.Section
Результат System

HandleNotifyCollectionChanged() публичный Метод

public HandleNotifyCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
sender object
e System.Collections.Specialized.NotifyCollectionChangedEventArgs
Результат void

HandleNotifyPropertyChanged() публичный Метод

public HandleNotifyPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
sender object
e System.ComponentModel.PropertyChangedEventArgs
Результат void