# RowFormChangeEvent

> _Since v0.11.0_

Event emitted when a row's form values have changed.

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `rowIndex` | <code>number</code> | The row index |
| `rowId?` | <code>string</code> | The row ID (if available) |
| `row` | <code>TRow</code> | The original row data |
| `formGroup` | <code>FormGroup</code> | The FormGroup for this row |
| `values` | <code>Partial&lt;TRow&gt;</code> | The current form values |
| `valid` | <code>boolean</code> | Whether the form is valid |
| `dirty` | <code>boolean</code> | Whether the form is dirty |
