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 SourceEngineInfoEventArgs(UCIEngine.Info)
Declaration
public EngineInfoEventArgs(UCIEngine.Info info)
Parameters
Type | Name | Description |
---|---|---|
UCIEngine.Info | info |
Properties
| Improve this Doc View SourceInfo
Declaration
public UCIEngine.Info Info { get; set; }
Property Value
Type | Description |
---|---|
UCIEngine.Info |