ImageGear .NET v25.2 - Updated
pageAdded Event

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > ImGearPageCollection class : pageAdded Event
Indicates that a new page was added to the collection.
Syntax
ASP.NET Ajax Javascript (Specification) 
function add_pageAdded(handler : Function)
function remove_pageAdded(handler : Function)
ASP.NET Ajax Javascript (Usage) 
.add_pageAdded(handler);
.remove_pageAdded(handler);
Remarks

The collection will raise this event whenever one or more pages are added to the collection (as the result of a call to the addPage function).

The collection will provide a ImGearPageEventArgs as the event argument. When the collection raises this event during the addPage function, it will provide the new ImGearPage being added.

See Also

Reference

ImGearPageCollection class
ImGearPageCollection Members

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