C# Class NLight.Transactions.TransactionContextCreatedEventArgs

Provides data for the TransactionContext.Created event.
Inheritance: System.EventArgs
Show file Open project: slorion/nlight Class Usage Examples

Public Methods

Method Description
TransactionContextCreatedEventArgs ( TransactionContext context ) : System

Initializes a new instance of the TransactionContextCreatedEventArgs class.

Method Details

TransactionContextCreatedEventArgs() public method

Initializes a new instance of the TransactionContextCreatedEventArgs class.
public TransactionContextCreatedEventArgs ( TransactionContext context ) : System
context TransactionContext The context.
return System