Class CellToggledEventArgs
Event args for the CellToggled event.
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
- Cancel
Gets or sets whether to cancel the processing of this event
- Table
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