ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / ImGearThumbnailList class / pageSelectionChanged Event

In This Topic
    pageSelectionChanged Event
    In This Topic
    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