---
product: "AG Grid"
title: "Row Events Reference"
description: "See for important details about working with row events."
framework: javascript
version: "36.2.0"
related:
    - title: "Overview"
      url: "https://www.ag-grid.com/archive/36.2.0/javascript-data-grid/row-interface/"
    - title: "Row Reference"
      url: "https://www.ag-grid.com/archive/36.2.0/javascript-data-grid/row-object/"
llms: "https://www.ag-grid.com/archive/36.2.0/llms.txt"
---

# Row Events Reference

See [Row Event Guidance](https://www.ag-grid.com/archive/36.2.0/javascript-data-grid/row-interface/#row-events) for important details about working with row events.

### Row Events

| Property | Type | Required | Default | Description |
| --- | --- | --- | --- | --- |
| `rowSelected` | `RowNodeSelectedEvent` |  |  |  |
| `selectableChanged` | `SelectableChangedEvent` |  |  |  |
| `displayedChanged` | `DisplayedChangedEvent` |  |  |  |
| `mouseEnter` | `MouseEnterEvent` |  |  |  |
| `mouseLeave` | `MouseLeaveEvent` |  |  |  |
| `cellChanged` | `CellChangedEvent` |  |  |  |
| `dataChanged` | `DataChangedEvent` |  |  |  |
| `masterChanged` | `MasterChangedEvent` |  |  |  |
| `heightChanged` | `HeightChangedEvent` |  |  |  |
| `rowIndexChanged` | `RowIndexChangedEvent` |  |  |  |
| `topChanged` | `TopChangedEvent` |  |  |  |
| `groupChanged` | `GroupChangedEvent` |  |  |  |
| `expandedChanged` | `ExpandedChangedEvent` |  |  |  |
| `hasChildrenChanged` | `HasChildrenChangedEvent` |  |  |  |
| `allChildrenCountChanged` | `AllChildrenCountChangedEvent` |  |  |  |
| `uiLevelChanged` | `UiLevelChangedEvent` |  |  |  |
| `rowPinned` | `RowNodePinnedEvent` |  |  |  |
| `rowHighlightChanged` | `RowHighlightChangedEvent` |  |  |  |
| `draggingChanged` | `DraggingChangedEvent` |  |  |  |
