C# Class MvvmCross.Binding.tvOS.Target.MvxUIViewVisibleTargetBinding

Inheritance: MvxBaseUIViewVisibleTargetBinding
显示文件 Open project: MvvmCross/MvvmCross

Public Methods

Method Description
MvxUIViewVisibleTargetBinding ( UIView target ) : MvvmCross.Binding.ExtensionMethods

Protected Methods

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

Method Details

MvxUIViewVisibleTargetBinding() public method

public MvxUIViewVisibleTargetBinding ( UIView target ) : MvvmCross.Binding.ExtensionMethods
target UIView
return MvvmCross.Binding.ExtensionMethods

SetValueImpl() protected method

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