Class TransactionProcessorEventArgs
A standard event args for the transaction processor holding the type of event
Inheritance
System.Object
System.EventArgs
TransactionProcessorEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LemonEdge.API.Processors.Transactional
Assembly: API.dll
Syntax
public class TransactionProcessorEventArgs : EventArgs
Properties
Type
Holds the type of event being raised by the processor
Declaration
public TransactionProcessorEventType Type { get; set; }
Property Value
Type | Description |
---|---|
TransactionProcessorEventType |