ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / ImGearThumbnailList class / artDataChanged Property

In This Topic
    artDataChanged Property
    In This Topic
    Indicates whether the art data has changed since the last save operation.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function get_artDataChanged() : Boolean
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfImGearThumbnailList.get_artDataChanged();
    Remarks

    This is a read only boolean property when “true” indicates that art data contained in the thumbnails were changed by the user since the last call to the saveArtData method. Any changes made to the annotations after the initial display of the control will also be indicated by the value “true”.

    When the value of this property is changed, the control will raise propertyChanged event.

    See Also