DebtorInvoice..::..LineAdded Event

Namespace:  JiwaFinancials.Jiwa.JiwaDebtorInvoices
Assembly:  JiwaDebtorInvoices (in JiwaDebtorInvoices.dll)

Syntax


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