Delegate TransactionProcessorEventHandler
A delegate for handling events from the ITransactionProcessor
Namespace: LemonEdge.API.Processors.Transactional
Assembly: API.dll
Syntax
public delegate void TransactionProcessorEventHandler(ITransactionProcessor sender, TransactionProcessorEventArgs args);
Parameters
Type | Name | Description |
---|---|---|
ITransactionProcessor | sender | The processor the event originates from |
TransactionProcessorEventArgs | args | The associated arguments with the event |