Class TableView.SelectedCellChangedEventArgs
Defines the event arguments for SelectedCellChanged
public class TableView.SelectedCellChangedEventArgs : EventArgs
- Inheritance
-
TableView.SelectedCellChangedEventArgs
- Inherited Members
Constructors
- SelectedCellChangedEventArgs(DataTable, int, int, int, int)
Creates a new instance of arguments describing a change in selected cell in a TableView
Properties
- NewCol
The newly selected column index.
- NewRow
The newly selected row index.
- OldCol
The previous selected column index. May be invalid e.g. when the selection has been changed as a result of replacing the existing Table with a smaller one
- OldRow
The previous selected row index. May be invalid e.g. when the selection has been changed as a result of deleting rows from the table
- 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