C# Class MetroFanfou.Controls.TweetDetail

Inheritance: System.Windows.Controls.UserControl
Datei anzeigen Open project: dodola/WP7Fanfou

Private Properties

Property Type Description
GetStatusCallback void
Grid_Tap void
Image_MouseLeftButtonUp void
TweetImageTap void

Public Methods

Method Description
LoadTweet ( string tweetId, System.Action beforeLoading = null, Action afterCallback = null ) : void

加载status的详细信息

TweetDetail ( ) : System

Private Methods

Method Description
GetStatusCallback ( FanFou.SDK.Objects.Status rs ) : void

加载回调

Grid_Tap ( object sender, GestureEventArgs e ) : void
Image_MouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
TweetImageTap ( object sender, GestureEventArgs e ) : void

点击图片打开图片

Method Details

LoadTweet() public method

加载status的详细信息
public LoadTweet ( string tweetId, System.Action beforeLoading = null, Action afterCallback = null ) : void
tweetId string
beforeLoading System.Action
afterCallback Action
return void

TweetDetail() public method

public TweetDetail ( ) : System
return System