FMX.Grid.TStringGridModel Events
InheritedProtected
| OnCalcContentBounds | public | Event that raises after the control calculates its content size. | 
| OnCallbackGetValue | public | |
| OnCellClick | public | Occurs when a user releases the mouse in one of the grid cells. | 
| OnCellDblClick | public | Occurs when a user double-clicks one of the grid cells. | 
| OnColumnMoved | public | Occurs after the presentation completes the movement of a column started by MoveColumn. | 
| OnCreateCustomEditor | public | Occurs before the creation of the editor for cells in a column. | 
| OnDrawColumnBackground | public | Occurs when the presentation needs to draw the background of a cell, and allows you to draw the cell background yourself to customize it. | 
| OnDrawColumnCell | public | Occurs when the presentation needs to draw a cell, and allows you to draw the cell yourself to customize it. | 
| OnDrawColumnHeader | public | Occurs when the presentation needs to draw a column header, and allows you to draw the column header yourself to customize it. | 
| OnEditingDone | public | Occurs after the value of a cell is modified using a cell editor and that value is successfully updated on the data source. | 
| OnGetValue | protected | Occurs when the grid, using this grid model, needs to retrieve a value from an external repository to use as the content of one of the cells in the grid. | 
| OnHeaderClick | public | Occurs after the header of a column is clicked. | 
| OnSelChanged | public | Occurs after the selected cell changes. | 
| OnSelectCell | public | Occurs before the selected cell changes. | 
| OnSetValue | public | Occurs when you need to pass a content of one of the cells in a grid, using this grid model, as a value to an external repository. | 
| OnViewportPositionChange | public | Raises when the value of ViewportPosition was changed. |