Class ConsoleWriterEventArgs
Inheritance
System.Object
System.EventArgs
ConsoleWriterEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 |