PurchaseInvoice..::..UnClosed Event

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

Syntax


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