RowInsertedEventArgs class | QSYS API Reference Guide
Holds information that the RowInsertedEvent requires.
Namespace: ASNA.QSys.Runtime Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> EventArgs
Constructors
Name | Description |
---|---|
RowInsertedEventArgs(String, Int32) | Constructs a RowInsertedEventArgs object that contains information about row inserted. |
RowInsertedEventArgs(String, Int32)
Constructs a RowInsertedEventArgs object that contains information about row inserted.
RowInsertedEventArgs(String, Int32)
Parameters
Type | Parameter name | Description |
---|---|---|
String | formatName | Record format name where the row was inserted. |
Int32 | rrn | Relative record number of the inserted row. |
Properties
Type | Name | Description |
---|---|---|
String | formatName | Record format name where the row was inserted. |
Int32 | rrn | Relative record number of the inserted row. |