C# Class MvvmCross.Binding.Bindings.Target.MvxWithEventPropertyInfoTargetBinding

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

Méthodes publiques

Méthode Description
MvxWithEventPropertyInfoTargetBinding ( object target, PropertyInfo targetPropertyInfo ) : System
OnValueChanged ( object sender, EventArgs eventArgs ) : void
SubscribeToEvents ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool isDisposing ) : void

Method Details

Dispose() protected méthode

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

MvxWithEventPropertyInfoTargetBinding() public méthode

public MvxWithEventPropertyInfoTargetBinding ( object target, PropertyInfo targetPropertyInfo ) : System
target object
targetPropertyInfo System.Reflection.PropertyInfo
Résultat System

OnValueChanged() public méthode

public OnValueChanged ( object sender, EventArgs eventArgs ) : void
sender object
eventArgs System.EventArgs
Résultat void

SubscribeToEvents() public méthode

public SubscribeToEvents ( ) : void
Résultat void