Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

ImageViewerItemChangedReason Enumeration

Show in webframe
Describes the reason why an item has been changed in the ImageViewer
Syntax
Leadtools.Controls.ImageViewerItemChangedReason = function() { };
Leadtools.Controls.ImageViewerItemChangedReason.prototype = {
	size = 0,
	transform = 1,
	enabled = 2,
	selected = 3,
	hovered = 4,
	text = 5,
	url = 6,
	drop = 7,
	drag = 8,
	image = 9,
	imageChanged = 10,
	floater = 11,
	floaterTransform = 12,
	backImageUrl = 13,
	backImage = 14,
	
 };
Members
ValueMemberDescription
0size The item size has changed
1transform The item transformation has changed
2enabled The item IsEnabled value has changed
3selected The item IsSelected value has changed
4hovered The item IsHovered value has changed
5text The item Text value has changed
6url The item Url value has changed
7drop The item was the target of a drag/drop and the image data has changed
8drag The item was the source of a move drag/drop operation and the image data has changed
9image The item Image or Canvas value has changed.
10imageChanged The item Image has changed. This is when the image itself has changed, for example, the user inverted or flipped the image data.
11floater The item Floater value has changed
12floaterTransform The item FloaterTransform value has changed
13backImageUrl The item BackImageUrl value has changed
14backImage The item BackImage value has changed
Remarks

For more information, refer to ImageViewer.ItemChanged.

Example

For an example, refer to ImageViewer.ItemChanged.

See Also

Reference

Leadtools.Controls Namespace

Error processing SSI file