ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / PageView class / markRemoved Event

In This Topic
    markRemoved Event
    In This Topic
    Indicates that a mark was removed from the page.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function add_markRemoved(handler : Function)
    function remove_markRemoved(handler : Function)
    ASP.NET Ajax JavaScript (Usage) 
    .add_markRemoved(handler);
    .remove_markRemoved(handler);
    Remarks

    The PageView will raise this event whenever a mark is removed (as the result of a call to the ArtPage.removeMark or ArtPage.removeAllMarks functions). The object will raise this event after it has removed the mark.

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

    See Also