Table.CellChangedEventArgs Class
Definition
Section titled “Definition”Cell args for a table event
public sealed class Table.CellChangedEventArgs : Table.CellEventArgsInheritance object → EventArgs → Table.CellEventArgs
Fields
Section titled “Fields”PreviousCell
Section titled “PreviousCell”The original cell before the event was triggered
public readonly Table.Cell? PreviousCell