ImageGear for .NET
mouseUp Event
See Also  Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : mouseUp Event

Glossary Item Box

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 ImGearThumbnailList control will raise this event whenever the user releases a mouse button while the cursor is over any part of the ImGearThumbnailList control (except the scrollbars).

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

©2013. Accusoft Corporation. All Rights Reserved.