C# Class DLToolkit.Forms.Controls.FlowViewCell

FlowListView content view cell.
Inheritance: Xamarin.Forms.ContentView, IFlowViewCell
显示文件 Open project: daniel-luberda/DLToolkit.Forms.Controls

Public Methods

Method Description
FlowViewCell ( ) : System

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

OnTapped ( ) : void

Raised when cell is tapped.

Method Details

FlowViewCell() public method

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

OnTapped() public method

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