CreditorChequePayment..::..ChequeLineInvoiceAdded Event

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

Syntax


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