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

Inheritance: MvxTargetBinding
Show file Open project: MvvmCross/MvvmCross

Public Methods

Method Description
MvxUITextFieldShouldReturnTargetBinding ( UITextField target ) : System.Windows.Input
SetValue ( object value ) : void

Protected Methods

Method Description
Dispose ( bool isDisposing ) : void

Private Methods

Method Description
HandleShouldReturn ( UITextField textField ) : bool

Method Details

Dispose() protected method

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

MvxUITextFieldShouldReturnTargetBinding() public method

public MvxUITextFieldShouldReturnTargetBinding ( UITextField target ) : System.Windows.Input
target UITextField
return System.Windows.Input

SetValue() public method

public SetValue ( object value ) : void
value object
return void