Class ConsoleWriterEventArgs
Inheritance
System.Object
    System.EventArgs
    ConsoleWriterEventArgs
  Inherited Members
      System.EventArgs.Empty
    
  Namespace: Vortex.Presentation.Wpf
Assembly: Vortex.Presentation.Wpf.dll
Syntax
class ConsoleWriterEventArgs : EventArgs
  Constructors
ConsoleWriterEventArgs(String)
Declaration
public ConsoleWriterEventArgs(string value)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | value | 
Properties
Value
Declaration
public string Value { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String |