C# Class MvvmCross.Platforms.Tvos.Binding.Target.MvxUIViewTapTargetBinding

Inheritance: MvxConvertingTargetBinding
Mostra file Open project: unoplatform/Uno.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