Class BlendTransactionProcessorEventArgs
The blended transaction processor event arguments holding the type of change to raise
Inheritance
System.Object
    System.EventArgs
    BlendTransactionProcessorEventArgs
  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 BlendTransactionProcessorEventArgs : EventArgs
  Properties
Type
The type of change the processor is raising
Declaration
public BlendTransactionProcessorEventType Type { get; set; }
  Property Value
| Type | Description | 
|---|---|
| BlendTransactionProcessorEventType |