C# Class MvvmCross.Binding.Droid.Target.MvxRadioGroupSelectedItemBinding

Inheritance: MvxAndroidTargetBinding
Exibir arquivo Open project: MvvmCross/MvvmCross

Public Methods

Method Description
MvxRadioGroupSelectedItemBinding ( MvxRadioGroup radioGroup ) : System

Protected Methods

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

Private Methods

Method Description
CheckValueChanged ( object newValue ) : bool
RadioGroupCheckedChanged ( object sender, Android.Widget.RadioGroup args ) : void

Method Details

Dispose() protected method

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

MvxRadioGroupSelectedItemBinding() public method

public MvxRadioGroupSelectedItemBinding ( MvxRadioGroup radioGroup ) : System
radioGroup MvvmCross.Binding.Droid.Views.MvxRadioGroup
return System

SetValueImpl() protected method

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