C# Class MiniTwitter.Net.TwitpicUploadCompletedEventArgs

Inheritance: System.ComponentModel.AsyncCompletedEventArgs
显示文件 Open project: iyomumx/MiniTwitter-Mod Class Usage Examples

Public Methods

Method Description
TwitpicUploadCompletedEventArgs ( string url, Exception error, bool cancelled, object userState ) : System

Method Details

TwitpicUploadCompletedEventArgs() public method

public TwitpicUploadCompletedEventArgs ( string url, Exception error, bool cancelled, object userState ) : System
url string
error System.Exception
cancelled bool
userState object
return System