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

In This Topic
    markChanged Event
    In This Topic
    Indicates that a mark on the page was changed.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function add_markChanged(handler : Function)
    function remove_markChanged(handler : Function)
    ASP.NET Ajax JavaScript (Usage) 
    .add_markChanged(handler);
    .remove_markChanged(handler);
    Remarks

    The collection will raise this event whenever the value of any property of a mark changes.

    Note that one exception to this event is the Mark.selected property. This object will not raise a markChanged event when that property changes. Instead, this object will raise a markSelectionChanged event.

    When the page raises this event, it will provide the changed Mark object and the name of the property that changed as the event argument.

    See Also