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

In This Topic
    markSelectionChanged Event
    In This Topic
    Indicates that a mark was selected or unselected.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function add_markSelectionChanged(handler : Function)
    function remove_markSelectionChanged(handler : Function)
    ASP.NET Ajax JavaScript (Usage) 
    .add_markSelectionChanged(handler);
    .remove_markSelectionChanged(handler);
    Remarks

    The viewer will raise this event after a mark is added to, or removed from, the ArtPage.selectedMarks collection. The object will raise this event after it has updated the list of selected marks.

    When the page raises this event, it will provide the MarkCollection of selected marks as the event argument.

    See Also