ItemActivate Event

Summary

Event occurring when the user activates an item.

Syntax
TypeScript
JavaScript
Object.defineProperty(ImageViewerSelectItemsInteractiveMode.prototype,'itemActivate',  
	get: function(), 
	set: function(value) 
) 
itemActivate: LeadEvent; 
Remarks

Activating an item occurs when one of the following happens:

  • The user double-clicks an item.
  • The user presses Enter on the keyboard when an item is selected, if IsKeyboardEnabled is true.
Event Data
Parameter Type Description
sender var The source of the event
e ImageViewerItemActivateEventArgs The event data
Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.