C# Class NotifierCore.DataProvider.Event.ScrapeFinishedEventArgs

Inheritance: System.EventArgs
Mostra file Open project: Zicore/TradingPostNotifier Class Usage Examples

Public Methods

Method Description
ScrapeFinishedEventArgs ( int id, String uri, String value, Object arg ) : System

Method Details

ScrapeFinishedEventArgs() public method

public ScrapeFinishedEventArgs ( int id, String uri, String value, Object arg ) : System
id int
uri String
value String
arg Object
return System