Elements' Summary |
valueName |
Contains the property name of the changed value |
oldValue |
Contains the old value |
newValue |
Contains the new value |
index |
Contains the index of the changed row |
headerName |
Contains the header name of the changed row |
rowData |
Contains the changed row |
Elements' Details |
valueName
string valueName;
- Description
- Contains the property name of the changed value
|
|
oldValue
any oldValue;
- Description
- Contains the old value
|
|
newValue
any newValue;
- Description
- Contains the new value
|
|
index
long index;
- Description
- Contains the index of the changed row
|
|
headerName
string headerName;
- Description
- Contains the header name of the changed row
|
|
rowData
sequence< string > rowData;
- Description
- Contains the changed row
|
|
Top of Page
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.