Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.