activeItemChanged Event

Summary

Occurs when the value of ActiveItem changes.

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewer.prototype,'activeItemChanged',  
	get: function(), 
	set: function(value) 
) 
function activeItemChanged.add(function(sender, e)); 
function activeItemChanged.remove(function(sender, e)); 
TypeScript Syntax
activeItemChanged: void; 

Remarks

For more information, refer to Image Viewer Items.

Example

For an example, refer to ActiveItem.

Event Data
ParameterTypeDescription
sendervarThe source of the event.
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