ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / MouseEvent class
Members

In This Topic
    MouseEvent class
    In This Topic
    The arguments for mouse events.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    ImageGear.Web.UI.MouseEvent = function() {};
    ASP.NET Ajax JavaScript (Usage) 
    var instanceVar = new ImageGear.Web.UI.MouseEvent();
    Remarks

    This object contains the arguments for mouse events. A PageView will provide an instance of this object whenever it raises a PageView.mouseDown, PageView.mouseMove, or PageView.mouseUp event.

    Inheritance Hierarchy

    Object
       ImageGear.Web.UI.MouseEvent

    See Also