ImageGear .NET v25.2 - Updated
pageRemoved Event

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > ImGearDocumentCollection class : pageRemoved Event
Indicates that a page is removed from the page collection in the document.
Syntax
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);
Remarks

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.

See Also

Reference

ImGearDocumentCollection class
ImGearDocumentCollection Members

Is this page helpful?
Yes No
Thanks for your feedback.