SalesQuote..::..SalesQuoteLineRemoved Event

Namespace:  JiwaFinancials.Jiwa.JiwaSales.SalesQuote
Assembly:  JiwaSales (in JiwaSales.dll)

Syntax


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