ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace Client API~ImageGear.Web.UI_namespace > ImageGear.Web.UI Namespace Client API~ImageGear.Web.UI.ImGearPageCollection : pageAdded Event |
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); |
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.
ImageGear.Web.UI Namespace Client API~ImageGear.Web.UI.ImGearPageCollection
ImGearPageCollection Members