Show / Hide Table of Contents

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 Source

EngineOutputEventArgs(String)

Declaration
public EngineOutputEventArgs(string message)
Parameters
Type Name Description
System.String message

Properties

| Improve this Doc View Source

Message

Declaration
public string Message { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX