[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]

[This is preliminary documentation and is subject to change.]

Creates a new instance of ChannelListEventArgs.

Namespace:  BNSharp
Assembly:  BNSharp (in BNSharp.dll) Version: 0.8.8.15 (0.08.08.15)

Syntax

C#
public ChannelListEventArgs(
	string[] channels
)
Visual Basic (Declaration)
Public Sub New ( _
	channels As String() _
)
Visual C++
public:
ChannelListEventArgs(
	array<String^>^ channels
)

Parameters

channels
Type: array< System..::.String >[]()[]
The channels to list.

See Also