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 : pageRemoved Event |
ASP.NET Ajax Javascript (Specification) | |
---|---|
function add_pageRemoved(handler : Function) function remove_pageRemoved(handler : Function) |
ASP.NET Ajax Javascript (Usage) | |
---|---|
.add_pageRemoved(handler); .remove_pageRemoved(handler); |
The collection will raise this event whenever a page is removed (as the result of a call to the removePage or removeAllPages functions).
The collection will provide a ImGearPageEventArgs as the event argument. When the collection raises this event during the removePage function, it will provide the removed page. When the collection raises this event during the removeAllPages function, it will provide the removed page ImGearPage for every page object removed.
ImageGear.Web.UI Namespace Client API~ImageGear.Web.UI.ImGearPageCollection
ImGearPageCollection Members