ImageGear .NET - Updated
artDataChanged Property

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > ImGearThumbnailList class : artDataChanged Property
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

Reference

ImGearThumbnailList class
ImGearThumbnailList Members