C# Class Cirrious.MvvmCross.Plugins.FieldBinding.MvxNotifyChangeFieldSourceBinding

Inheritance: Cirrious.MvvmCross.Binding.Bindings.Source.MvxSourceBinding
Afficher le fichier Open project: Everbridge/sm-MvvmCross

Méthodes protégées

Méthode Description
Dispose ( bool isDisposing ) : void
MvxNotifyChangeFieldSourceBinding ( object source, INotifyChange notifyChange ) : System
NotifyChangeOnChanged ( object sender, EventArgs eventArgs ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool isDisposing ) : void
isDisposing bool
Résultat void

MvxNotifyChangeFieldSourceBinding() protected méthode

protected MvxNotifyChangeFieldSourceBinding ( object source, INotifyChange notifyChange ) : System
source object
notifyChange INotifyChange
Résultat System

NotifyChangeOnChanged() protected abstract méthode

protected abstract NotifyChangeOnChanged ( object sender, EventArgs eventArgs ) : void
sender object
eventArgs System.EventArgs
Résultat void