[ 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 ChatMessageEventArgs with the given parameters.

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

Syntax

C#
public ChatMessageEventArgs(
	ChatEventType eventType,
	UserFlags flags,
	string username,
	string text
)
Visual Basic (Declaration)
Public Sub New ( _
	eventType As ChatEventType, _
	flags As UserFlags, _
	username As String, _
	text As String _
)
Visual C++
public:
ChatMessageEventArgs(
	ChatEventType eventType, 
	UserFlags flags, 
	String^ username, 
	String^ text
)

Parameters

eventType
Type: BNSharp..::.ChatEventType
The type of event.
flags
Type: BNSharp..::.UserFlags
The other user's flags.
username
Type: System..::.String
The primarily involved user.
text
Type: System..::.String
The message.

See Also