Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
PaulStovell
TrialBalance
DomainModel
AccountEventArgs
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