ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / ImGearDocumentCollection class / pageRemoved Event

In This Topic
    pageRemoved Event
    In This Topic
    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