Sys.Observer.add Method
Adds an item to the collection in an observable manner.
Sys.Observer.add(target,item);
Parameters
Term |
Definition |
---|---|
target |
The array to which an item will be added. |
item |
The item to add. |
Returns
None.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Adds an item to the collection in an observable manner.
Sys.Observer.add(target,item);
Term |
Definition |
---|---|
target |
The array to which an item will be added. |
item |
The item to add. |
None.