Show / Hide Table of Contents

Class SetupChangedInfo

Callback information provided by OnSetupChanged

Inheritance
System.Object
SetupChangedInfo
Inherited Members
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
Assembly: PonzianiComponents.dll
Syntax
public class SetupChangedInfo

Properties

| Improve this Doc View Source

NewFen

Position after the last user interaction in Forsyth-Edwards-Notation During setup the positions are usually not legal, therefore don't expect that the value represents a legal position

Declaration
public string NewFen { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

OldFen

Position before the last user interaction in Forsyth-Edwards-Notation During setup the positions are usually not legal, therefore don't expect that the value represents a legal position

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