RowAddedEventArgs class | QSYS API Reference Guide
Holds information that the RowAddedEvent requires.
Namespace: ASNA.QSys.Runtime Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> EventArgs
Constructors
| Name | Description |
|---|---|
| RowAddedEventArgs(String) | Constructs a RowAddedEventArgs object that contains information about row added. |
RowAddedEventArgs(String)
Constructs a RowAddedEventArgs object that contains information about row added.
RowAddedEventArgs(String)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| String | formatName | Record format name where the row was added. |
Properties
| Type | Name | Description |
|---|---|---|
| String | formatName | Record format name where the row was added. |