Class OnChatMessageEventArgs
Inherited Members
Namespace: Slipe.Client.IO.Events
Assembly: SlipeClient.dll
Syntax
public class OnChatMessageEventArgs
Properties
| Improve this Doc View SourceColor
The color of the message
Declaration
public Color Color { get; }
Property Value
Type | Description |
---|---|
Color |
Text
The text of the message
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
String |