C# Class DLToolkit.Forms.Controls.FlowStackCell

FlowListView stack cell.
Inheritance: Xamarin.Forms.StackLayout, IFlowViewCell
Show file Open project: daniel-luberda/DLToolkit.Forms.Controls

Public Methods

Method 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 method

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

OnTapped() public method

Raised when cell is tapped.
public OnTapped ( ) : void
return void