[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ] [This is preliminary documentation and is subject to change.]
Creates a new AccountCreationEventArgs for the specified account name.
Namespace:
BNSharp
Assembly:
BNSharp (in BNSharp.dll) Version: 0.8.8.15 (0.08.08.15)
Syntax
| C# |
|---|
public AccountCreationEventArgs(
string accountName
) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _
accountName As String _
) |
| Visual C++ |
|---|
public:
AccountCreationEventArgs(
String^ accountName
) |
See Also