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

Inheritance: MvxAndroidTargetBinding
Datei anzeigen Open project: MvvmCross/MvvmCross

Public Methods

Method Description
MvxExpandableListViewSelectedItemTargetBinding ( MvxExpandableListView target ) : System
SubscribeToEvents ( ) : void

Protected Methods

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

Private Methods

Method Description
OnChildClick ( object sender, Android.Widget.ExpandableListView childClickEventArgs ) : void

Method Details

Dispose() protected method

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

MvxExpandableListViewSelectedItemTargetBinding() public method

public MvxExpandableListViewSelectedItemTargetBinding ( MvxExpandableListView target ) : System
target MvvmCross.Binding.Droid.Views.MvxExpandableListView
return System

SetValueImpl() protected method

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

SubscribeToEvents() public method

public SubscribeToEvents ( ) : void
return void