SalesQuote..::..SalesQuoteLineRemoving Event

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

Syntax


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