C# Class PaulStovell.TrialBalance.DomainModel.AccountEventArgs

Event arguments for events that involve an Account.
Inheritance: System.EventArgs
ファイルを表示 Open project: PaulStovell/trial-balance

Public Methods

Method Description
AccountEventArgs ( Account account ) : System

Constructor.

Method Details

AccountEventArgs() public method

Constructor.
public AccountEventArgs ( Account account ) : System
account Account The account to create.
return System