ImageGear .NET v24.12 - Updated
pageChanged Event

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > ImGearDocumentCollection class : pageChanged Event
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

Reference

ImGearDocumentCollection class
ImGearDocumentCollection Members