C# Class Descent.Messaging.Events.ChatMessageEventArgs

The event arguments for the ChatMessage event.
Inheritance: GameEventArgs
Show file Open project: nezbo/Descent Class Usage Examples

Public Methods

Method Description
ChatMessageEventArgs ( string message ) : System.Diagnostics.Contracts
PopulateWithArgs ( string stringArgs ) : void
ToString ( ) : string

Method Details

ChatMessageEventArgs() public method

public ChatMessageEventArgs ( string message ) : System.Diagnostics.Contracts
message string
return System.Diagnostics.Contracts

PopulateWithArgs() public method

public PopulateWithArgs ( string stringArgs ) : void
stringArgs string
return void

ToString() public method

public ToString ( ) : string
return string