ASP.NET Ajax Javascript (Specification) | |
---|---|
function add_pageRemoved(handler : Function) function remove_pageRemoved(handler : Function) |
ASP.NET Ajax Javascript (Usage) | |
---|---|
.add_pageRemoved(handler); .remove_pageRemoved(handler); |
ASP.NET Ajax Javascript (Specification) | |
---|---|
function add_pageRemoved(handler : Function) function remove_pageRemoved(handler : Function) |
ASP.NET Ajax Javascript (Usage) | |
---|---|
.add_pageRemoved(handler); .remove_pageRemoved(handler); |
The ImGearDocumentCollection raises this event whenever one or more pages are removed from the page collections in the documents(as the result of a call to the removePage function).
The collection provides ImGearPageEventArgs as the event argument. The event argument contains the removed ImGearPage.