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

In This Topic
    mouseDown Event
    In This Topic
    Indicates the user pressed a mouse button.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function add_mouseDown(handler : Function)
    function remove_mouseDown(handler : Function)
    ASP.NET Ajax JavaScript (Usage) 
    .add_mouseDown(handler);
    .remove_mouseDown(handler);
    Remarks

    The ImGearThumbnailList will raise this event whenever the user presses a mouse button while the cursor is over any part of the ImGearThumbnailList control (except the scrollbars).

    The event argument is 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