Class UCIEngine.EngineOutputEventArgs
Event Arguments for the OnEngineOutput event
Inheritance
System.Object
System.EventArgs
UCIEngine.EngineOutputEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: PonzianiComponents.Chesslib
Assembly: PonzianiComponents.dll
Syntax
public class EngineOutputEventArgs : EventArgs
Constructors
| Improve this Doc View SourceEngineOutputEventArgs(String)
Declaration
public EngineOutputEventArgs(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
Properties
| Improve this Doc View SourceMessage
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |