[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]
Assembly: BNSharp (in BNSharp.dll) Version: 0.8.8.15 (0.08.08.15)
[This is preliminary documentation and is subject to change.]
Gets the type of chat event that took place.
Namespace:
BNSharpAssembly: BNSharp (in BNSharp.dll) Version: 0.8.8.15 (0.08.08.15)
Syntax
| C# |
|---|
public ChatEventType EventType { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property EventType As ChatEventType |
| Visual C++ |
|---|
public: property ChatEventType EventType { ChatEventType get (); } |