Manager..::..WarehouseStatusChanged Event

Occurs when [warehouse status changed].

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

Syntax


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