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

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

Public Methods

Method Description
MvxUIViewTapTargetBinding ( UIView target, uint numberOfTapsRequired = 1, uint numberOfTouchesRequired = 1, bool cancelsTouchesInView = true ) : System

Protected Methods

Method Description
SetValueImpl ( object target, object value ) : void

Method Details

MvxUIViewTapTargetBinding() public method

public MvxUIViewTapTargetBinding ( UIView target, uint numberOfTapsRequired = 1, uint numberOfTouchesRequired = 1, bool cancelsTouchesInView = true ) : System
target UIView
numberOfTapsRequired uint
numberOfTouchesRequired uint
cancelsTouchesInView bool
return System

SetValueImpl() protected method

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