PurchaseOrderCollection..::..LineRemoved Event

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

Syntax


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