Table of Contents

Class CorrectionEventArgs

Namespace
NonoSharp.Events
Assembly
NonoSharp.dll

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

CellType

Before

The type this cell was before the correction

public CellType Before { get; }

Property Value

CellType

Cell

Position of cell that was corrected

public CellPosition Cell { get; }

Property Value

CellPosition