C# Class ARCed.Core.LogTextEventArgs

Events arguments used when a text is added to a Logger
Inheritance: System.EventArgs
Show file Open project: borisblizzard/arcreator Class Usage Examples

Public Methods

Method Description
LogTextEventArgs ( string text ) : System

Default constructor

Method Details

LogTextEventArgs() public method

Default constructor
public LogTextEventArgs ( string text ) : System
text string Text added to the Logger
return System