C# Class MvvmCross.Binding.tvOS.Target.MvxUIControlValueChangedTargetBinding

Inheritance: MvvmCross.Binding.Bindings.Target.MvxConvertingTargetBinding
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

Méthode Description
MvxUIControlValueChangedTargetBinding ( UIControl control ) : System

Méthodes protégées

Méthode Description
Dispose ( bool isDisposing ) : void
SetValueImpl ( object target, object value ) : void

Private Methods

Méthode Description
OnCanExecuteChanged ( object sender, EventArgs e ) : void
OnValueChanged ( object sender, EventArgs e ) : void
RefreshEnabledState ( ) : void

Method Details

Dispose() protected méthode

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

MvxUIControlValueChangedTargetBinding() public méthode

public MvxUIControlValueChangedTargetBinding ( UIControl control ) : System
control UIControl
Résultat System

SetValueImpl() protected méthode

protected SetValueImpl ( object target, object value ) : void
target object
value object
Résultat void