ImageGear .NET v24.12 - Updated
pageSelectionChanged Event

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > ImGearThumbnailList class : pageSelectionChanged Event
Indicates the thumbnail displaying a page was selected or unselected.
Syntax
ASP.NET Ajax Javascript (Specification) 
function add_pageSelectionChanged(handler : Function)
function remove_pageSelectionChanged(handler : Function)
ASP.NET Ajax Javascript (Usage) 
.add_pageSelectionChanged(handler);
.remove_pageSelectionChanged(handler);
Remarks

The ImGearThumbnailList control will raise this event whenever the user selects or de-selects thumbnails.

There is no event argument. The newly selected pages can be obtained from the property selectedPages

See Also

Reference

ImGearThumbnailList class
ImGearThumbnailList Members