eventsSource Property

Summary

Events source control or HTML element.

Syntax
TypeScript
JavaScript
Object.defineProperty(InteractiveService.prototype, 'eventsSource', 
	get: function() 
) 
eventsSource: HTMLElement; // read-only 

Property Value

The events source control HTML element.

Remarks

This is the same value set in the eventsSource parameter to the Create method. The events of this control will be subscribed to and converted from raw mouse and touch to the common events mentioned above. Required and must be a valid control or HTML element on the page.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

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