new DataRowEvent(type, target, row)
Object representing DataRowEvent.
Parameters:
| Name | Type | Description |
|---|---|---|
type |
string | Event type. |
target |
pear.data.DataView | |
row |
Object.<string, *> | DataRow |
- Source:
Extends
- goog.events.Event