C# Class MvvmCross.Binding.iOS.Target.MvxUITextFieldTextTargetBinding

Inheritance: MvvmCross.Binding.Bindings.Target.MvxConvertingTargetBinding, IMvxEditableTextView
Show file Open project: MvvmCross/MvvmCross

Public Methods

Method Description
MvxUITextFieldTextTargetBinding ( UITextField target ) : MvvmCross.Binding.Bindings.Target
SubscribeToEvents ( ) : void

Protected Methods

Method Description
Dispose ( bool isDisposing ) : void
SetValueImpl ( object target, object value ) : void
ShouldSkipSetValueForViewSpecificReasons ( object target, object value ) : bool

Private Methods

Method Description
HandleEditTextValueChanged ( object sender, System e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool isDisposing ) : void
isDisposing bool
return void

MvxUITextFieldTextTargetBinding() public method

public MvxUITextFieldTextTargetBinding ( UITextField target ) : MvvmCross.Binding.Bindings.Target
target UITextField
return MvvmCross.Binding.Bindings.Target

SetValueImpl() protected method

protected SetValueImpl ( object target, object value ) : void
target object
value object
return void

ShouldSkipSetValueForViewSpecificReasons() protected method

protected ShouldSkipSetValueForViewSpecificReasons ( object target, object value ) : bool
target object
value object
return bool

SubscribeToEvents() public method

public SubscribeToEvents ( ) : void
return void