C# Class Android.Dialog.DialogListFragment

Inheritance: ListFragment
Afficher le fichier Open project: sam-lippert/Android.Dialog

Méthodes publiques

Méthode Description
OnCreateView ( Views p0, Views p1, OS p2 ) : Views.View
OnViewCreated ( Views p0, OS p1 ) : void
ReloadData ( ) : void

Private Methods

Méthode Description
HandleValueChangedEvent ( object sender, EventArgs args ) : void

Method Details

OnCreateView() public méthode

public OnCreateView ( Views p0, Views p1, OS p2 ) : Views.View
p0 Views
p1 Views
p2 OS
Résultat Views.View

OnViewCreated() public méthode

public OnViewCreated ( Views p0, OS p1 ) : void
p0 Views
p1 OS
Résultat void

ReloadData() public méthode

public ReloadData ( ) : void
Résultat void