C# Class NotifierCore.DataProvider.Event.ScrapeFinishedEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: Zicore/TradingPostNotifier Class Usage Examples

Méthodes publiques

Méthode Description
ScrapeFinishedEventArgs ( int id, String uri, String value, Object arg ) : System

Method Details

ScrapeFinishedEventArgs() public méthode

public ScrapeFinishedEventArgs ( int id, String uri, String value, Object arg ) : System
id int
uri String
value String
arg Object
Résultat System