Grid Events |
The Grid type exposes the following members.
Name | Description | |
---|---|---|
![]() | CellClick |
Occurs when an individual cell is clicked.
|
![]() | CellDoubleClick |
Occurs when an individual cell is double clicked.
|
![]() | CellEdited |
Occurs after a cell has been edited
|
![]() | CellEditing |
Occurs before a cell is being edited to allow canceling based on application logic
|
![]() | CellFormatting |
Occurs when each cell is being formatted for font and color
|
![]() | ColumnHeaderClick |
Occurs when the column header has been clicked by the user
|
![]() | SelectedItemsChanged |
Occurs when the SelectedItems is changed.
|
![]() | SelectedRowsChanged |
Occurs when the SelectedRows is changed.
|
![]() | SelectionChanged |
Occurs when the user has changed the selection in the grid
|