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 collection will raise this event whenever a page is changed.
The collection will provide a ImGearPageEventArgs as the event argument. When the collection raises this event, it will provide the changed page.