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

In This Topic
    markReordered Event
    In This Topic
    Indicates that a mark was reordered within the page.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function add_markReordered(handler : Function)
    function remove_markReordered(handler : Function)
    ASP.NET Ajax JavaScript (Usage) 
    .add_markReordered(handler);
    .remove_markReordered(handler);
    Remarks

    The viewer will raise this event whenever a mark is reordered (as the result of a call to the ArtPage.reorderMark function). The object will raise this event after it has reordered the mark.

    When the page raises this event, it will provide the reordered Mark object and its new index as the event argument. Note that when a mark is reordered, other marks are implicitly moved as well, but this event is not raised for those marks.

    See Also