Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
ARCed
Core
LogTextEventArgs
C# Class ARCed.Core.LogTextEventArgs
Events arguments used when a text is added to a Logger
Inheritance:
System.EventArgs
ファイルを表示
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