Class DatasetProcessorEventArgs
The argiments of a IDataSetProcessor event
Inherited Members
Namespace: LemonEdge.API.Core.Processors
Assembly: LemonEdge.API.dll
Syntax
public class DatasetProcessorEventArgs : EventArgs
Constructors
DatasetProcessorEventArgs(DataSetProcessorEventType)
Declaration
public DatasetProcessorEventArgs(DataSetProcessorEventType type)
Parameters
| Type | Name | Description |
|---|---|---|
| DataSetProcessorEventType | type |
Properties
Type
The type of event
Declaration
public DataSetProcessorEventType Type { get; set; }
Property Value
| Type | Description |
|---|---|
| DataSetProcessorEventType |