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

Inheritance: MvvmCross.Binding.Bindings.Target.MvxConvertingTargetBinding
Mostrar archivo Open project: MvvmCross/MvvmCross

Public Methods

Method Description
MvxUITextViewTextTargetBinding ( UITextView target ) : System
SubscribeToEvents ( ) : void

Protected Methods

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

Private Methods

Method Description
EditTextOnChanged ( object sender, EventArgs eventArgs ) : void

Method Details

Dispose() protected method

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

MvxUITextViewTextTargetBinding() public method

public MvxUITextViewTextTargetBinding ( UITextView target ) : System
target UITextView
return System

SetValueImpl() protected method

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

SubscribeToEvents() public method

public SubscribeToEvents ( ) : void
return void