C# Class ConsoleControl.ConsoleEventArgs

The ConsoleEventArgs are arguments for a console event.
Inheritance: System.EventArgs
ファイルを表示 Open project: Gainedge/BetterExplorer Class Usage Examples

Public Methods

Method Description
ConsoleEventArgs ( string content = "" ) : System

Initializes a new instance of the ConsoleEventArgs class.

Method Details

ConsoleEventArgs() public method

Initializes a new instance of the ConsoleEventArgs class.
public ConsoleEventArgs ( string content = "" ) : System
content string The content.
return System