C# Class MvvmCross.Binding.Bindings.Source.MvxPropertyInfoSourceBinding

Inheritance: MvxSourceBinding
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

Méthode Description
SourcePropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Méthodes protégées

Méthode Description
Dispose ( bool isDisposing ) : void
MvxPropertyInfoSourceBinding ( object source, PropertyInfo propertyInfo ) : System
OnBoundPropertyChanged ( ) : void

Method Details

Dispose() protected méthode

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

MvxPropertyInfoSourceBinding() protected méthode

protected MvxPropertyInfoSourceBinding ( object source, PropertyInfo propertyInfo ) : System
source object
propertyInfo System.Reflection.PropertyInfo
Résultat System

OnBoundPropertyChanged() protected abstract méthode

protected abstract OnBoundPropertyChanged ( ) : void
Résultat void

SourcePropertyChanged() public méthode

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