C# Class MvvmCross.Binding.Droid.Views.MvxListView

Inheritance: ListView
Afficher le fichier Open project: MvvmCross/MvvmCross Class Usage Examples

Private Properties

Свойство Type Description
EnsureItemClickOverloaded void
EnsureItemLongClickOverloaded void
OnItemClick void
OnItemLongClick void

Méthodes publiques

Méthode Description
MvxListView ( Android.Content.Context context, IAttributeSet attrs ) : System
MvxListView ( Android.Content.Context context, IAttributeSet attrs, IMvxAdapter adapter ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
ExecuteCommandOnItem ( ICommand command, int position ) : void
MvxListView ( IntPtr javaReference, JniHandleOwnership transfer ) : System

Private Methods

Méthode Description
EnsureItemClickOverloaded ( ) : void
EnsureItemLongClickOverloaded ( ) : void
OnItemClick ( object sender, Android.Widget.ItemClickEventArgs e ) : void
OnItemLongClick ( object sender, ItemLongClickEventArgs e ) : void

Method Details

Dispose() protected méthode

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

ExecuteCommandOnItem() protected méthode

protected ExecuteCommandOnItem ( ICommand command, int position ) : void
command ICommand
position int
Résultat void

MvxListView() public méthode

public MvxListView ( Android.Content.Context context, IAttributeSet attrs ) : System
context Android.Content.Context
attrs IAttributeSet
Résultat System

MvxListView() public méthode

public MvxListView ( Android.Content.Context context, IAttributeSet attrs, IMvxAdapter adapter ) : System
context Android.Content.Context
attrs IAttributeSet
adapter IMvxAdapter
Résultat System

MvxListView() protected méthode

protected MvxListView ( IntPtr javaReference, JniHandleOwnership transfer ) : System
javaReference System.IntPtr
transfer JniHandleOwnership
Résultat System