C# Class MiniTwitter.Net.TwitpicUploadCompletedEventArgs

Inheritance: System.ComponentModel.AsyncCompletedEventArgs
Afficher le fichier Open project: iyomumx/MiniTwitter-Mod Class Usage Examples

Méthodes publiques

Méthode Description
TwitpicUploadCompletedEventArgs ( string url, Exception error, bool cancelled, object userState ) : System

Method Details

TwitpicUploadCompletedEventArgs() public méthode

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