ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / ArtPage class / markAdded Event

In This Topic
    markAdded Event
    In This Topic
    Indicates that a new mark was added to the page.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function add_markAdded(handler : Function)
    function remove_markAdded(handler : Function)
    ASP.NET Ajax JavaScript (Usage) 
    .add_markAdded(handler);
    .remove_markAdded(handler);
    Remarks

    The collection will raise this event whenever a mark is added (as the result of a call to the addMark function).

    When the page raises this event, it will provide the new Mark object as the event argument.

    See Also