Method | Description | |
---|---|---|
MvxUITextFieldTextTargetBinding ( UITextField target ) : MvvmCross.Binding.Bindings.Target | ||
SubscribeToEvents ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool isDisposing ) : void | ||
SetValueImpl ( object target, object value ) : void | ||
ShouldSkipSetValueForViewSpecificReasons ( object target, object value ) : bool |
Method | Description | |
---|---|---|
HandleEditTextValueChanged ( object sender, System e ) : void |
protected Dispose ( bool isDisposing ) : void | ||
isDisposing | bool | |
return | void |
public MvxUITextFieldTextTargetBinding ( UITextField target ) : MvvmCross.Binding.Bindings.Target | ||
target | UITextField | |
return | MvvmCross.Binding.Bindings.Target |
protected SetValueImpl ( object target, object value ) : void | ||
target | object | |
value | object | |
return | void |
protected ShouldSkipSetValueForViewSpecificReasons ( object target, object value ) : bool | ||
target | object | |
value | object | |
return | bool |