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

In This Topic
    pageChanged Event
    In This Topic
    Indicates that a page in the page collection of this document 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 will raise this event whenever a page is changed in the page collection of this document.

    The document will provide a ImGearPageEventArgs as the event argument. The changed ImGearPage will be provided in the event argument.

    See Also