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