| 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 ImGearDocument will raise this event whenever one or more pages are added to the ImGearPageCollection in the document.
The document will provide a ImGearPageEventArgs as the event argument. When this event is raised the ImGearPage is provided in the event argument.