Show / Hide Table of Contents

Class Table.CellEventArgs

Cell args for a table event

Inheritance
object
EventArgs
Table.CellEventArgs
Table.CellChangedEventArgs
Inherited Members
EventArgs.Empty
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: SadConsole.UI.Controls
Assembly: SadConsole.Extended.dll
Syntax
public class Table.CellEventArgs : EventArgs

Fields

Cell

The cell that triggered this event

Declaration
public readonly Table.Cell? Cell
Field Value
Type Description
Table.Cell

Extension Methods

ExtensionsSystem.GetDebuggerDisplayValue(object)
In this article

Back to top

Back to top Generated by DocFX