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

Inheritance: MvvmCross.Binding.Bindings.Target.MvxConvertingTargetBinding
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

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

Méthodes protégées

Méthode Description
SetValueImpl ( object target, object value ) : void

Method Details

MvxUIViewTapTargetBinding() public méthode

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

SetValueImpl() protected méthode

protected SetValueImpl ( object target, object value ) : void
target object
value object
Résultat void