C# Class Forms9PatchDemo.ChatListPage

Inheritance: Xamarin.Forms.ContentPage
显示文件 Open project: baskren/Forms9PatchDemo

Public Methods

Method Description
ChatListPage ( ) : System
ChatListPage ( ) : System.Collections.ObjectModel
SimulateLoadPrevious ( int count ) : void

Protected Methods

Method Description
OnAppearing ( ) : void

Private Methods

Method Description
listView_ItemAppearing ( object sender, ItemVisibilityEventArgs e ) : void

Method Details

ChatListPage() public method

public ChatListPage ( ) : System
return System

ChatListPage() public method

public ChatListPage ( ) : System.Collections.ObjectModel
return System.Collections.ObjectModel

OnAppearing() protected method

protected OnAppearing ( ) : void
return void

SimulateLoadPrevious() public method

public SimulateLoadPrevious ( int count ) : void
count int
return void