PurchaseInvoice..::..Closing Event

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

Syntax


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