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

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

Specifies the contract for chat events that involve another user and communication.

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

Syntax

C#
public delegate void ChatMessageEventHandler(
	Object sender,
	ChatMessageEventArgs e
)
Visual Basic (Declaration)
Public Delegate Sub ChatMessageEventHandler ( _
	sender As Object, _
	e As ChatMessageEventArgs _
)
Visual C++
public delegate void ChatMessageEventHandler(
	Object^ sender, 
	ChatMessageEventArgs^ e
)

Parameters

sender
Type: System..::.Object
The object that raised the event.
e
Type: BNSharp..::.ChatMessageEventArgs
The event arguments.

See Also