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

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

Initializes a new ChatEventArgs.

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

Syntax

C#
protected ChatEventArgs(
	ChatEventType eventType
)
Visual Basic (Declaration)
Protected Sub New ( _
	eventType As ChatEventType _
)
Visual C++
protected:
ChatEventArgs(
	ChatEventType eventType
)

Parameters

eventType
Type: BNSharp..::.ChatEventType
The event type.

See Also