ImageGear for .NET
artDataChanged Property
See Also  Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : artDataChanged Property

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.