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

Inheritance: MvxNotifyChangeFieldSourceBinding
Afficher le fichier Open project: Everbridge/sm-MvvmCross Class Usage Examples

Méthodes publiques

Méthode Description
GetValue ( ) : object
MvxLeafNotifyChangeFieldSourceBinding ( object source, INotifyChange notifyChange ) : System
SetValue ( object value ) : void

Méthodes protégées

Méthode Description
NotifyChangeOnChanged ( object sender, EventArgs eventArgs ) : void

Method Details

GetValue() public méthode

public GetValue ( ) : object
Résultat object

MvxLeafNotifyChangeFieldSourceBinding() public méthode

public MvxLeafNotifyChangeFieldSourceBinding ( object source, INotifyChange notifyChange ) : System
source object
notifyChange INotifyChange
Résultat System

NotifyChangeOnChanged() protected méthode

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

SetValue() public méthode

public SetValue ( object value ) : void
value object
Résultat void