C# Class DLToolkit.Forms.Controls.FlowStackCell

FlowListView stack cell.
Inheritance: Xamarin.Forms.StackLayout, IFlowViewCell
Afficher le fichier Open project: daniel-luberda/DLToolkit.Forms.Controls

Méthodes publiques

Méthode Description
FlowStackCell ( ) : System

Initializes a new instance of the DLToolkit.Forms.Controls.FlowStackCell class.

OnTapped ( ) : void

Raised when cell is tapped.

Method Details

FlowStackCell() public méthode

Initializes a new instance of the DLToolkit.Forms.Controls.FlowStackCell class.
public FlowStackCell ( ) : System
Résultat System

OnTapped() public méthode

Raised when cell is tapped.
public OnTapped ( ) : void
Résultat void