| ASP.NET Ajax Javascript (Specification) | |
|---|---|
function add_pageAdded(handler : Function) function remove_pageAdded(handler : Function)  | |
| ASP.NET Ajax Javascript (Usage) | |
|---|---|
.add_pageAdded(handler); .remove_pageAdded(handler);  | |
            | ASP.NET Ajax Javascript (Specification) | |
|---|---|
function add_pageAdded(handler : Function) function remove_pageAdded(handler : Function)  | |
| ASP.NET Ajax Javascript (Usage) | |
|---|---|
.add_pageAdded(handler); .remove_pageAdded(handler);  | |
The collection will raise this event whenever one or more pages are added to the page collection (as the result of a call to the addPage function). The event argument object ImGearPageEventArgs contains the added ImGearPage as the event argument.