SalesOrder..::..PaymentProcessingEnding Event

Occurs when Payment processing for a payment is ending.

Namespace:  JiwaFinancials.Jiwa.JiwaSales.SalesOrder
Assembly:  JiwaSales (in JiwaSales.dll)

Syntax


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