Class CellToggledEventArgs | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
public class CellToggledEventArgs : EventArgs
Inheritance
CellToggledEventArgs
Inherited Members
Constructors
CellToggledEventArgs(ITableSource, int, int)
Creates a new instance of arguments describing a cell being toggled in TableView
Properties
Gets or sets whether to cancel the processing of this event
The column index of the Table cell that is being toggled
The row index of the Table cell that is being toggled
The current table to which the new indexes refer. May be null e.g. if selection change is the result of clearing the table from the view