SellingPriceCollection..::..SellPriceChanged Event

Namespace:  JiwaFinancials.Jiwa.JiwaPricing.Sell
Assembly:  JiwaPricing (in JiwaPricing.dll)

Syntax


public event [SellPriceChangedEventHandler] SellPriceChanged
Public Event SellPriceChanged As [SellPriceChangedEventHandler]
public:
 event [SellPriceChangedEventHandler]^ SellPriceChanged {
	void add ([SellPriceChangedEventHandler]^ value);
	void remove ([SellPriceChangedEventHandler]^ value);
}