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

Inheritance: MvxAndroidTargetBinding
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

Méthode Description
MvxRadioGroupSelectedItemBinding ( MvxRadioGroup radioGroup ) : System

Méthodes protégées

Méthode Description
Dispose ( bool isDisposing ) : void
SetValueImpl ( object target, object newValue ) : void

Private Methods

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

Method Details

Dispose() protected méthode

protected Dispose ( bool isDisposing ) : void
isDisposing bool
Résultat void

MvxRadioGroupSelectedItemBinding() public méthode

public MvxRadioGroupSelectedItemBinding ( MvxRadioGroup radioGroup ) : System
radioGroup MvvmCross.Binding.Droid.Views.MvxRadioGroup
Résultat System

SetValueImpl() protected méthode

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