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

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

Public Methods

Method Description
MvxUIControlTouchUpInsideTargetBinding ( UIControl control ) : System

Protected Methods

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

Private Methods

Method Description
ControlOnTouchUpInside ( object sender, EventArgs eventArgs ) : void
OnCanExecuteChanged ( object sender, EventArgs e ) : void
RefreshEnabledState ( ) : void

Method Details

Dispose() protected method

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

MvxUIControlTouchUpInsideTargetBinding() public method

public MvxUIControlTouchUpInsideTargetBinding ( UIControl control ) : System
control UIControl
return System

SetValueImpl() protected method

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