| ASP.NET Ajax Javascript (Specification) | |
|---|---|
function add_pageChanged(handler : Function) function remove_pageChanged(handler : Function)  | |
| ASP.NET Ajax Javascript (Usage) | |
|---|---|
.add_pageChanged(handler); .remove_pageChanged(handler);  | |
            | ASP.NET Ajax Javascript (Specification) | |
|---|---|
function add_pageChanged(handler : Function) function remove_pageChanged(handler : Function)  | |
| ASP.NET Ajax Javascript (Usage) | |
|---|---|
.add_pageChanged(handler); .remove_pageChanged(handler);  | |
The document will raise this event whenever a page is changed in the page collection of this document.
The document will provide a ImGearPageEventArgs as the event argument. The changed ImGearPage will be provided in the event argument.