C# Class MvvmCross.Binding.Droid.Target.MvxTextViewTextFormattedTargetBinding

Inheritance: MvxAndroidTargetBinding, IMvxEditableTextView
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

Méthode Description
MvxTextViewTextFormattedTargetBinding ( Android.Widget.TextView target ) : System
SubscribeToEvents ( ) : void

Méthodes protégées

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

Private Methods

Méthode Description
EditTextOnAfterTextChanged ( object sender, Android.Text.AfterTextChangedEventArgs afterTextChangedEventArgs ) : void

Method Details

Dispose() protected méthode

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

MvxTextViewTextFormattedTargetBinding() public méthode

public MvxTextViewTextFormattedTargetBinding ( Android.Widget.TextView target ) : System
target Android.Widget.TextView
Résultat System

SetValueImpl() protected méthode

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

ShouldSkipSetValueForViewSpecificReasons() protected méthode

protected ShouldSkipSetValueForViewSpecificReasons ( object target, object value ) : bool
target object
value object
Résultat bool

SubscribeToEvents() public méthode

public SubscribeToEvents ( ) : void
Résultat void