PaulStovell.TrialBalance.UserInterfaceProcesses.LedgerTransactionSavingEventArgs.LedgerTransactionSavingEventArgs C# (CSharp) Method

LedgerTransactionSavingEventArgs() public method

public LedgerTransactionSavingEventArgs ( LedgerTransaction transaction ) : System
transaction LedgerTransaction
return System
        public LedgerTransactionSavingEventArgs(LedgerTransaction transaction)
            : base()
        {
            _ledgerTransaction = transaction;
        }
LedgerTransactionSavingEventArgs