C# Class MetroFanfou.Controls.FansList

Inheritance: System.Windows.Controls.UserControl
显示文件 Open project: dodola/WP7Fanfou

Public Properties

Property Type Description
TimelineProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
GestureListener_GestureBegin void
GestureListener_GestureCompleted void
GetFansListEnd void
GetLastest void
GetNextPage void
IsCanPollData bool
TweetListBox_Tap void

Public Methods

Method Description
FansList ( ) : System
Init ( string name, System.Action beforeLoading = null, Action afterCallback = null ) : void

初始化控件

Reset ( ) : void

重置

Private Methods

Method Description
GestureListener_GestureBegin ( object sender, Microsoft e ) : void

手势开始

GestureListener_GestureCompleted ( object sender, Microsoft e ) : void

手势结束

GetFansListEnd ( ICollection users ) : void

获取结束回调

GetLastest ( ) : void

获取最新

GetNextPage ( ) : void

下一页

IsCanPollData ( ) : bool

可以请求拉取数据

TweetListBox_Tap ( object sender, GestureEventArgs e ) : void

选择查看的微博

Method Details

FansList() public method

public FansList ( ) : System
return System

Init() public method

初始化控件
public Init ( string name, System.Action beforeLoading = null, Action afterCallback = null ) : void
name string
beforeLoading System.Action
afterCallback Action
return void

Reset() public method

重置
public Reset ( ) : void
return void

Property Details

TimelineProperty public_oe static_oe property

依赖项,显示的内容类型
public static DependencyProperty,System.Windows TimelineProperty
return System.Windows.DependencyProperty