ImageGear .NET - Updated
pageClosed Event

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > PageView class : pageClosed Event
Indicates the viewer has closed the current image.
Syntax
ASP.NET Ajax Javascript (Specification) 
function add_pageClosed(handler : Function)
function remove_pageClosed(handler : Function)
ASP.NET Ajax Javascript (Usage) 
.add_pageClosed(handler);
.remove_pageClosed(handler);
Remarks

The viewer will raise this event in the following conditions:

When the viewer raises this event, it will provide an instance of an PageViewState object as the event argument. This object will contain the state of the viewer just before the image was closed.

See Also

Reference

PageView class
PageView Members