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

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

Méthodes publiques

Méthode Description
MvxExpandableListViewSelectedItemTargetBinding ( MvxExpandableListView target ) : System
SubscribeToEvents ( ) : void

Méthodes protégées

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

Private Methods

Méthode Description
OnChildClick ( object sender, Android.Widget.ExpandableListView childClickEventArgs ) : void

Method Details

Dispose() protected méthode

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

MvxExpandableListViewSelectedItemTargetBinding() public méthode

public MvxExpandableListViewSelectedItemTargetBinding ( MvxExpandableListView target ) : System
target MvvmCross.Binding.Droid.Views.MvxExpandableListView
Résultat System

SetValueImpl() protected méthode

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

SubscribeToEvents() public méthode

public SubscribeToEvents ( ) : void
Résultat void