Delegate BlendTransactionProcessorEventHandler
A delegate for the handling of events from the IBlendTransactionProcessor
Namespace: LemonEdge.API.Processors.Transactional
Assembly: API.dll
Syntax
public delegate void BlendTransactionProcessorEventHandler(IBlendTransactionProcessor sender, BlendTransactionProcessorEventArgs args);
Parameters
Type | Name | Description |
---|---|---|
IBlendTransactionProcessor | sender | The Blend Transaction Processor raising the event |
BlendTransactionProcessorEventArgs | args | The arguments indicating the type of event |