ASP.NET Ajax Javascript (Specification) | |
---|---|
function get_artDataChanged() : Boolean |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfImGearThumbnailList.get_artDataChanged(); |
ASP.NET Ajax Javascript (Specification) | |
---|---|
function get_artDataChanged() : Boolean |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfImGearThumbnailList.get_artDataChanged(); |
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.