tag Property (ImageLoader)

Summary

A reference object to distinguish ImageLoader instances.

Syntax

JavaScript Syntax
Object.defineProperty(ImageLoader.prototype, 'tag', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
tag: any;

Property Value

Reference object to distinguish ImageLoader instances. Default value is null.

Remarks

Tag can be any object to use as extra data to hold with the ImageLoader instance. This object can be used in the PreRun, Done, Fail, or Always event callbacks.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools Assembly
Click or drag to resize