item Property

Summary

Item that caused the error.

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewerItemErrorEventArgs.prototype, 'item', 
	get: function() 
) 
TypeScript Syntax
item: ImageViewerItem; // read-only 

Property Value

The item that caused the error. Could be null if the error was not associated with a specific item.

Example

For an example, refer to ItemError.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly