Class TableView.CellActivatedEventArgs
Defines the event arguments for CellActivated event
public class TableView.CellActivatedEventArgs : EventArgs
- Inheritance
-
TableView.CellActivatedEventArgs
- Inherited Members
Constructors
- CellActivatedEventArgs(DataTable, int, int)
Creates a new instance of arguments describing a cell being activated in TableView
Properties
- 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