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

Inheritance: MvvmCross.Binding.Bindings.Target.MvxConvertingTargetBinding
ファイルを表示 Open project: MvvmCross/MvvmCross

Public Methods

Method Description
MvxUIControlValueChangedTargetBinding ( UIControl control ) : System

Protected Methods

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

Private Methods

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

Method Details

Dispose() protected method

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

MvxUIControlValueChangedTargetBinding() public method

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

SetValueImpl() protected method

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