ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / MouseEventArgs class / mark Field

In This Topic
    mark Field
    In This Topic
    If the target of the event was a mark, this property will hold a reference to that mark. Otherwise it will be null. Note that, for some mouse tools, the mouse up event will not include a reference to a mark because the mouse tool displayed the selection between the mark and the cursor.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    var mark : Object;
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfMouseEventArgs.mark;
    See Also