Class CorrectionEventArgs
The arguments for the Cell Corrected event
public class CorrectionEventArgs : EventArgs
- Inheritance
-
CorrectionEventArgs
- Inherited Members
Properties
After
The type this cell is now, after the correction
public CellType After { get; }
Property Value
Before
The type this cell was before the correction
public CellType Before { get; }
Property Value
Cell
Position of cell that was corrected
public CellPosition Cell { get; }