C# Class NotifierCore.Notifier.Event.PriceChangedEventArgs

Inheritance: System.EventArgs
Mostrar archivo Open project: Zicore/TradingPostNotifier Class Usage Examples

Public Methods

Method Description
PriceChangedEventArgs ( int id, HotItem item ) : System

Method Details

PriceChangedEventArgs() public method

public PriceChangedEventArgs ( int id, HotItem item ) : System
id int
item HotItem
return System