Class CellStateEventArgs
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; }