Table of Contents

Class CellStateEventArgs

Namespace
NonoSharp.Events
Assembly
NonoSharp.dll

The arguments for the cell state event.

public class CellStateEventArgs : EventArgs
Inheritance
CellStateEventArgs
Inherited Members

Properties

Cells

List of the cells that were changed

public List<CellPosition> Cells { get; }

Property Value

List<CellPosition>