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

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

Represents the event information associated with a chat event with a given user and communication.

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

Syntax

C#
public class ChatMessageEventArgs : ChatEventArgs
Visual Basic (Declaration)
Public Class ChatMessageEventArgs _
	Inherits ChatEventArgs
Visual C++
public ref class ChatMessageEventArgs : public ChatEventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    BNSharp..::.BaseEventArgs
      BNSharp..::.ChatEventArgs
        BNSharp..::.ChatMessageEventArgs

See Also