PurchaseInvoice..::..Closed Event

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

Syntax


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