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

In This Topic
    pageChanged Event
    In This Topic
    Indicates that a page in the page collection in a document of this document collection was changed.
    Syntax
    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);
    Remarks

    The document collection will raise this event whenever a page is changed in page collections in this document collection.

    The document collection will provide the event arguments provided ImGearPageEventArgs. The event argument contains the changed ImGearPage.

    See Also