ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / ThumbnailView class / mouseUp Event

In This Topic
    mouseUp Event
    In This Topic
    Indicates the user released a mouse button.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function add_mouseUp(handler : Function)
    function remove_mouseUp(handler : Function)
    ASP.NET Ajax JavaScript (Usage) 
    .add_mouseUp(handler);
    .remove_mouseUp(handler);
    Remarks

    The viewer will raise this event whenever the user releases a mouse button while the cursor is over any part of the thumbnail viewer.

    The event argument be an instance of the MouseEventArgs object, containing information useful specifically for image viewing operations, as well as the original ASP.NET client framework event.

    See Also