Method | Description | |
---|---|---|
MvxTextViewTextFormattedTargetBinding ( Android.Widget.TextView target ) : System | ||
SubscribeToEvents ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool isDisposing ) : void | ||
SetValueImpl ( object target, object toSet ) : void | ||
ShouldSkipSetValueForViewSpecificReasons ( object target, object value ) : bool |
Method | Description | |
---|---|---|
EditTextOnAfterTextChanged ( object sender, Android.Text.AfterTextChangedEventArgs afterTextChangedEventArgs ) : void |
protected Dispose ( bool isDisposing ) : void | ||
isDisposing | bool | |
return | void |
public MvxTextViewTextFormattedTargetBinding ( Android.Widget.TextView target ) : System | ||
target | Android.Widget.TextView | |
return | System |
protected SetValueImpl ( object target, object toSet ) : void | ||
target | object | |
toSet | object | |
return | void |
protected ShouldSkipSetValueForViewSpecificReasons ( object target, object value ) : bool | ||
target | object | |
value | object | |
return | bool |