Show / Hide Table of Contents

Class UCIEngine.EngineInfoEventArgs

Event Arguments for the OnEngineInfoChanged event

Inheritance
System.Object
System.EventArgs
UCIEngine.EngineInfoEventArgs
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 EngineInfoEventArgs : EventArgs

Constructors

| Improve this Doc View Source

EngineInfoEventArgs(UCIEngine.Info)

Declaration
public EngineInfoEventArgs(UCIEngine.Info info)
Parameters
Type Name Description
UCIEngine.Info info

Properties

| Improve this Doc View Source

Info

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