C# Class NLight.Transactions.TransactionContextStateChangedEventArgs

Provides data for the TransactionContext.StateChanged event.
Inheritance: System.EventArgs
ファイルを表示 Open project: slorion/nlight Class Usage Examples

Public Methods

Method Description
TransactionContextStateChangedEventArgs ( TransactionContextState oldState, TransactionContextState newState ) : System

Initializes a new instance of the TransactionContextStateChangedEventArgs class.

Method Details

TransactionContextStateChangedEventArgs() public method

Initializes a new instance of the TransactionContextStateChangedEventArgs class.
public TransactionContextStateChangedEventArgs ( TransactionContextState oldState, TransactionContextState newState ) : System
oldState TransactionContextState The old transaction context state.
newState TransactionContextState The new transaction context state.
return System